Skip to content

Commit 4f5c57a

Browse files
committed
Remove Python 3.4 from supported languages
1 parent 228b42f commit 4f5c57a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ sudo: false
22
language: python
33

44
python:
5-
- '3.4'
65
- '3.5'
76
- '3.6'
87
- '3.7'

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@
3939
'License :: OSI Approved :: MIT License',
4040
'Programming Language :: Python',
4141
'Programming Language :: Python :: 3',
42-
'Programming Language :: Python :: 3.4',
4342
'Programming Language :: Python :: 3.5',
4443
'Programming Language :: Python :: 3.6',
44+
'Programming Language :: Python :: 3.7',
45+
'Programming Language :: Python :: 3.8',
4546
'Topic :: Security :: Cryptography',
4647
],
4748

0 commit comments

Comments
 (0)