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 8d84a15 commit 026c509Copy full SHA for 026c509
.travis.yml
@@ -40,6 +40,10 @@ jobs:
40
dist: xenial
41
sudo: true
42
env: TACKPY=false
43
+ - python: 3.9
44
+ dist: xenial
45
+ sudo: true
46
+ env: TACKPY=false
47
- python: 2.7
48
env: TACKPY=true
49
- python: 3.4
setup.py
@@ -40,6 +40,7 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
'Topic :: Security :: Cryptography',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: System :: Networking'
0 commit comments