Skip to content

Commit 026c509

Browse files
committed
add 3.9 testing
1 parent 8d84a15 commit 026c509

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
dist: xenial
4141
sudo: true
4242
env: TACKPY=false
43+
- python: 3.9
44+
dist: xenial
45+
sudo: true
46+
env: TACKPY=false
4347
- python: 2.7
4448
env: TACKPY=true
4549
- python: 3.4

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
'Programming Language :: Python :: 3.6',
4141
'Programming Language :: Python :: 3.7',
4242
'Programming Language :: Python :: 3.8',
43+
'Programming Language :: Python :: 3.9',
4344
'Topic :: Security :: Cryptography',
4445
'Topic :: Software Development :: Libraries :: Python Modules',
4546
'Topic :: System :: Networking'

0 commit comments

Comments
 (0)