aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kemmer <tkemmer@computer.org>2020-12-09 21:23:50 +0100
committerThomas Kemmer <tkemmer@computer.org>2020-12-09 23:38:17 +0100
commitc9958d9de98458d9a95e441d22b92ee608dbd552 (patch)
tree36fa67aa40ae07156e31e268269cb86f015b47fd
parent992c42327b993a96853cfed8dd9a0b196a0c18c4 (diff)
downloadcachetools-c9958d9de98458d9a95e441d22b92ee608dbd552.tar.gz
Officially support Python 3.9.
-rw-r--r--.travis.yml2
-rw-r--r--setup.cfg1
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e575af6..06d1552 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ python:
- 3.6
- 3.7
- 3.8
-- 3.9-dev
+- 3.9
- pypy3
install:
diff --git a/setup.cfg b/setup.cfg
index 64f381b..d0bb33a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,6 +20,7 @@ classifiers =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
+ Programming Language :: Python :: 3.9
Topic :: Software Development :: Libraries :: Python Modules
[options]