We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 277e106 commit fa6f0ccCopy full SHA for fa6f0cc
2 files changed
.travis.yml
@@ -1,11 +1,12 @@
1
language: python
2
python:
3
- '2.7'
4
-- '3.4'
5
- '3.5'
6
- '3.6'
7
-- 3.6-dev
8
-- 3.7-dev
+- '3.7'
+- '3.8'
+- 3.8-dev
9
+- 3.9-dev
10
- nightly
11
- pypy
12
- pypy3
setup.py
@@ -41,9 +41,10 @@
41
'Programming Language :: Python :: 2',
42
'Programming Language :: Python :: 2.7',
43
'Programming Language :: Python :: 3',
44
- 'Programming Language :: Python :: 3.4',
45
'Programming Language :: Python :: 3.5',
46
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
47
+ 'Programming Language :: Python :: 3.8',
48
'Programming Language :: Python :: Implementation :: CPython',
49
'Programming Language :: Python :: Implementation :: PyPy',
50
'Topic :: Software Development :: Libraries',
0 commit comments