From 3972a8e648b7d761b92ee53591fc24b9d805a90d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Mon, 23 Nov 2020 19:44:43 +0000 Subject: Update Python to 3.9 --- .travis.yml | 3 ++- setup.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6a02844..48f6882 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,8 @@ python: - '3.6' - '3.7' - '3.8' -- 3.8-dev +- '3.9' +- 3.10-dev - nightly - pypy - pypy3 diff --git a/setup.py b/setup.py index b01af80..ad43bd5 100644 --- a/setup.py +++ b/setup.py @@ -60,6 +60,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