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 8a669e3 commit f65a90aCopy full SHA for f65a90a
.travis.yml
@@ -7,6 +7,7 @@ python:
7
- "3.5"
8
- "3.6"
9
- "3.7"
10
+ - "3.8"
11
install:
12
- "python setup.py install"
13
- "pip install -U pip"
setup.py
@@ -25,8 +25,11 @@
25
'Programming Language :: Python :: 2',
26
'Programming Language :: Python :: 2.7',
27
'Programming Language :: Python :: 3',
28
- 'Programming Language :: Python :: 3.3',
29
'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
30
+ 'Programming Language :: Python :: 3.6',
31
+ 'Programming Language :: Python :: 3.7',
32
+ 'Programming Language :: Python :: 3.8',
33
'Topic :: Internet :: WWW/HTTP',
34
'Topic :: Software Development :: Libraries :: Python Modules',
35
]
0 commit comments