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 f851277 commit ed3fb0bCopy full SHA for ed3fb0b
.travis.yml
@@ -12,8 +12,6 @@ matrix:
12
env: TOXENV=py27-djangocurr
13
- python: 2.7
14
env: TOXENV=quality
15
- - python: 3.4
16
- env: TOXENV=py34
17
- python: 3.5
18
env: TOXENV=py35
19
- python: 3.6
setup.py
@@ -46,8 +46,6 @@
46
'Programming Language :: Python :: 2',
47
'Programming Language :: Python :: 2.7',
48
'Programming Language :: Python :: 3',
49
- 'Programming Language :: Python :: 3.3',
50
- 'Programming Language :: Python :: 3.4',
51
'Programming Language :: Python :: 3.5',
52
'Programming Language :: Python :: 3.6',
53
'Programming Language :: Python :: 3.7',
0 commit comments