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 1855741 commit 3b84fd3Copy full SHA for 3b84fd3
.travis.yml
@@ -5,9 +5,9 @@ python:
5
- '3.6'
6
- '3.7'
7
- '3.8'
8
-- 3.8-dev
+- '3.9'
9
+- 3.10-dev
10
- nightly
-- pypy
11
- pypy3
12
install:
13
- travis_retry pip install coveralls
setup.py
@@ -45,6 +45,7 @@
45
'Programming Language :: Python :: 3.6',
46
'Programming Language :: Python :: 3.7',
47
'Programming Language :: Python :: 3.8',
48
+ 'Programming Language :: Python :: 3.9',
49
'Programming Language :: Python :: Implementation :: CPython',
50
'Programming Language :: Python :: Implementation :: PyPy',
51
'Topic :: Software Development :: Libraries',
0 commit comments