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.
2 parents 3a95635 + 3972a8e commit f3c46e8Copy full SHA for f3c46e8
.travis.yml
@@ -6,7 +6,8 @@ python:
6
- '3.6'
7
- '3.7'
8
- '3.8'
9
-- 3.8-dev
+- '3.9'
10
+- 3.10-dev
11
- nightly
12
- pypy
13
- pypy3
setup.py
@@ -60,6 +60,7 @@
60
'Programming Language :: Python :: 3.6',
61
'Programming Language :: Python :: 3.7',
62
'Programming Language :: Python :: 3.8',
63
+ 'Programming Language :: Python :: 3.9',
64
'Programming Language :: Python :: Implementation :: CPython',
65
'Programming Language :: Python :: Implementation :: PyPy',
66
'Topic :: Software Development :: Libraries',
0 commit comments