We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 228b42f commit 4f5c57aCopy full SHA for 4f5c57a
.travis.yml
@@ -2,7 +2,6 @@ sudo: false
2
language: python
3
4
python:
5
- - '3.4'
6
- '3.5'
7
- '3.6'
8
- '3.7'
setup.py
@@ -39,9 +39,10 @@
39
'License :: OSI Approved :: MIT License',
40
'Programming Language :: Python',
41
'Programming Language :: Python :: 3',
42
- 'Programming Language :: Python :: 3.4',
43
'Programming Language :: Python :: 3.5',
44
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
45
+ 'Programming Language :: Python :: 3.8',
46
'Topic :: Security :: Cryptography',
47
],
48
0 commit comments