From 3ad5dd033471d66fd54d78b56711e1b26dace617 Mon Sep 17 00:00:00 2001 From: Theofilos Manitaras Date: Thu, 16 Jan 2020 16:58:56 +0100 Subject: [PATCH 1/2] Add Python3.8 testing in travis CI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f332478545..2a64081386 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "3.5" - "3.6" - "3.7" + - "3.8" install: - pip install -r requirements.txt From 3ac4ca85c5de92a5bf7b813c1929eb4233dc773d Mon Sep 17 00:00:00 2001 From: Theofilos Manitaras Date: Thu, 16 Jan 2020 17:04:34 +0100 Subject: [PATCH 2/2] Add Python3.8 in the setup.py classifiers --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b6c7754200..bc9f179d2c 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,7 @@ 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'License :: OSI Approved :: BSD License', 'Operating System :: MacOS', 'Operating System :: POSIX :: Linux',