From 5235cc0f6ac825bfd1e491df161ab9e04501d269 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Mon, 27 May 2019 18:08:17 +0200 Subject: [PATCH] Travis: test against Python 3.8 --- .travis.yml | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1d38b29..8edbf20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "3.5" - "3.6" - "3.7" + - "3.8-dev" install: - pip install pylint~=2.3.1 requests mypy - pip install -r docs/requirements.txt diff --git a/setup.py b/setup.py index 0310088..b125674 100755 --- a/setup.py +++ b/setup.py @@ -60,6 +60,7 @@ setup( 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3 :: Only', 'Topic :: Internet', 'Topic :: Multimedia :: Graphics'