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 277e106 + 318be98 commit 462cf39Copy full SHA for 462cf39
.travis.yml
@@ -4,8 +4,9 @@ python:
4
- '3.4'
5
- '3.5'
6
- '3.6'
7
-- 3.6-dev
+- '3.7'
8
- 3.7-dev
9
+- 3.8-dev
10
- nightly
11
- pypy
12
- pypy3
setup.py
@@ -44,6 +44,7 @@
44
'Programming Language :: Python :: 3.4',
45
'Programming Language :: Python :: 3.5',
46
'Programming Language :: Python :: 3.6',
47
+ 'Programming Language :: Python :: 3.7',
48
'Programming Language :: Python :: Implementation :: CPython',
49
'Programming Language :: Python :: Implementation :: PyPy',
50
'Topic :: Software Development :: Libraries',
0 commit comments