We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55f2681 commit 6df73d3Copy full SHA for 6df73d3
2 files changed
.travis.yml
@@ -7,12 +7,6 @@ python:
7
- "3.7"
8
- "3.8"
9
10
-# Also run these python versions with a specific distribution:
11
-matrix:
12
- include:
13
- - python: 3.3
14
- dist: trusty
15
-
16
# command to install dependencies
17
install: "python setup.py install"
18
# command to run tests
setup.py
@@ -27,6 +27,8 @@
27
'Programming Language :: Python :: 3.3',
28
'Programming Language :: Python :: 3.4',
29
'Programming Language :: Python :: 3.5',
30
- 'Programming Language :: Python :: 3.6'
+ 'Programming Language :: Python :: 3.6',
31
+ 'Programming Language :: Python :: 3.7',
32
+ 'Programming Language :: Python :: 3.8'
33
),
-)
34
+)
0 commit comments