We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0998ab6 commit e40540fCopy full SHA for e40540f
2 files changed
.travis.yml
@@ -1,8 +1,6 @@
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"
setup.py
@@ -33,8 +33,6 @@ def get_version():
33
'Programming Language :: Python :: 2',
34
'Programming Language :: Python :: 2.7',
35
'Programming Language :: Python :: 3',
36
- 'Programming Language :: Python :: 3.4',
37
- 'Programming Language :: Python :: 3.5',
38
'Programming Language :: Python :: 3.6',
39
'Programming Language :: Python :: Implementation :: CPython',
40
],
0 commit comments