From 3b84fd3fc9424902e98a4a4990ea766e4f0f5380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Sat, 13 Mar 2021 19:48:53 +0100 Subject: Also include Python 3.9 --- .travis.yml | 4 ++-- setup.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ed8bfb3..62ad875 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,9 @@ python: - '3.6' - '3.7' - '3.8' -- 3.8-dev +- '3.9' +- 3.10-dev - nightly -- pypy - pypy3 install: - travis_retry pip install coveralls diff --git a/setup.py b/setup.py index 837c51a..da27f3f 100644 --- a/setup.py +++ b/setup.py @@ -45,6 +45,7 @@ CLASSIFIERS = [ 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Software Development :: Libraries', -- cgit v1.2.1