Skip to content

Commit

Permalink
Remove Python 3.4 from supported languages
Browse files Browse the repository at this point in the history
  • Loading branch information
danni committed Feb 28, 2020
1 parent 228b42f commit 4f5c57a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ sudo: false
language: python

python:
- '3.4'
- '3.5'
- '3.6'
- '3.7'
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Security :: Cryptography',
],

Expand Down

0 comments on commit 4f5c57a

Please sign in to comment.