Skip to content

Commit

Permalink
Add 3.9 to the list of classifiers (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: hauntsaninja <>
  • Loading branch information
hauntsaninja authored Jan 4, 2021
1 parent f6724aa commit dffd016
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
dist: xenial
- python: 3.8
dist: xenial
- python: 3.9
dist: xenial

- name: "check code style with flake8"
python: 3.7
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Topic :: Software Development',
]

Expand Down

0 comments on commit dffd016

Please sign in to comment.