We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c109e8b commit a052fe0Copy full SHA for a052fe0
.travis.yml
@@ -4,7 +4,6 @@ python:
4
- '3.8'
5
- '3.6'
6
- '3.5'
7
- - '3.4'
8
before_install:
9
- sudo apt-get update -qq
10
- pip install coveralls
setup.py
@@ -51,7 +51,6 @@
51
'Operating System :: OS Independent',
52
'Programming Language :: Cython',
53
'Programming Language :: Python :: 3',
54
- 'Programming Language :: Python :: 3.4',
55
'Programming Language :: Python :: 3.5',
56
'Programming Language :: Python :: 3.6',
57
'Programming Language :: Python :: 3.7',
0 commit comments