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 33e630e commit abf27f2Copy full SHA for abf27f2
.travis.yml
@@ -1,11 +1,13 @@
1
+dist: xenial
2
language: python
3
python:
4
- '2.7'
5
- '3.4'
6
- '3.5'
7
- '3.6'
-- 3.6-dev
8
+- '3.7'
9
- 3.7-dev
10
+- 3.8-dev
11
- nightly
12
- pypy
13
- pypy3
setup.py
@@ -59,6 +59,7 @@
59
'Programming Language :: Python :: 3.4',
60
'Programming Language :: Python :: 3.5',
61
'Programming Language :: Python :: 3.6',
62
+ 'Programming Language :: Python :: 3.7',
63
'Programming Language :: Python :: Implementation :: CPython',
64
'Programming Language :: Python :: Implementation :: PyPy',
65
'Topic :: Software Development :: Libraries',
0 commit comments