We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2388d28 commit b7b2b49Copy full SHA for b7b2b49
.travis.yml
@@ -36,6 +36,10 @@ jobs:
36
dist: xenial
37
sudo: true
38
env: TACKPY=false
39
+ - python: 3.8
40
+ dist: xenial
41
+ sudo: true
42
+ env: TACKPY=false
43
- python: 2.7
44
env: TACKPY=true
45
- python: 3.4
setup.py
@@ -39,6 +39,7 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
'Topic :: Security :: Cryptography',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: System :: Networking'
0 commit comments