From a33a0211964499683aa4c1feebba654b15182bb9 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Tue, 24 Dec 2019 00:40:50 +0200 Subject: [PATCH] Add support for Python 3.8 (#11) --- .travis.yml | 1 + pyproject.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e93556b..3f142ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ python: - "3.5" - "3.6" - "3.7" + - "3.8" before_install: - pip install poetry==0.12.17 install: diff --git a/pyproject.toml b/pyproject.toml index 895308e..c6c01ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,6 +45,7 @@ classifiers = [ "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Mathematics",