We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d3459 commit e80eb86Copy full SHA for e80eb86
.travis.yml
@@ -1,6 +1,5 @@
1
language: python
2
python:
3
- - "3.4"
4
- "3.6"
5
# command to install dependencies
6
install:
setup.py
@@ -38,6 +38,8 @@ def read(*paths):
38
"Intended Audience :: Developers",
39
"Programming Language :: Python",
40
"Programming Language :: Python :: 3",
41
+ "Programming Language :: Python :: 3.6",
42
+ "Programming Language :: Python :: 3.7",
43
"Natural Language :: English",
44
"Topic :: Software Development",
45
"Topic :: Scientific/Engineering",
0 commit comments