Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dffd016

Browse files
authored
Add 3.9 to the list of classifiers (#20)
Co-authored-by: hauntsaninja <>
1 parent f6724aa commit dffd016

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
dist: xenial
3030
- python: 3.8
3131
dist: xenial
32+
- python: 3.9
33+
dist: xenial
3234

3335
- name: "check code style with flake8"
3436
python: 3.7

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
'Programming Language :: Python :: 3.6',
2626
'Programming Language :: Python :: 3.7',
2727
'Programming Language :: Python :: 3.8',
28+
'Programming Language :: Python :: 3.9',
2829
'Topic :: Software Development',
2930
]
3031

0 commit comments

Comments
 (0)