10000
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 d4bdb84 commit bc16d29Copy full SHA for bc16d29
.travis.yml
@@ -5,9 +5,9 @@ dist: xenial # required for Python >= 3.7
5
language: python
6
7
python:
8
- - "3.6"
9
- "3.7"
10
- "3.8"
+ - "3.9"
11
12
branches:
13
only:
setup.py
@@ -28,7 +28,6 @@ def readlocal(fname):
28
'Intended Audience :: Developers',
29
'Programming Language :: Python',
30
'Programming Language :: Python :: 3',
31
- 'Programming Language :: Python :: 3.6',
32
'Programming Language :: Python :: 3.7',
33
'Programming Language :: Python :: 3.8',
34
'Programming Language :: Python :: 3.9',
0 commit comments