Skip to content

Commit a052fe0

Browse files
committed
Dropping support for python 3.4
1 parent c109e8b commit a052fe0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ python:
44
- '3.8'
55
- '3.6'
66
- '3.5'
7-
- '3.4'
87
before_install:
98
- sudo apt-get update -qq
109
- pip install coveralls

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
'Operating System :: OS Independent',
5252
'Programming Language :: Cython',
5353
'Programming Language :: Python :: 3',
54-
'Programming Language :: Python :: 3.4',
5554
'Programming Language :: Python :: 3.5',
5655
'Programming Language :: Python :: 3.6',
5756
'Programming Language :: Python :: 3.7',

0 commit comments

Comments
 (0)