We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992c423 commit c9958d9Copy full SHA for c9958d9
.travis.yml
@@ -5,7 +5,7 @@ python:
5
- 3.6
6
- 3.7
7
- 3.8
8
-- 3.9-dev
+- 3.9
9
- pypy3
10
11
install:
setup.cfg
@@ -20,6 +20,7 @@ classifiers =
20
Programming Language :: Python :: 3.6
21
Programming Language :: Python :: 3.7
22
Programming Language :: Python :: 3.8
23
+ Programming Language :: Python :: 3.9
24
Topic :: Software Development :: Libraries :: Python Modules
25
26
[options]
0 commit comments