Skip to content

Commit

Permalink
ci: test with Python 3.9 (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed authored Dec 8, 2020
1 parent 9078dd6 commit 471e70b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ stages:

jobs:
include:
- name: Python 3.9
python: "3.9"
env: TOXENV=py39-cov
- name: Python 3.8
python: "3.8"
env: TOXENV=py38-cov
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def read_readme():
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation :: CPython',
],
entry_points={
Expand Down

0 comments on commit 471e70b

Please sign in to comment.