Skip to content

Commit

Permalink
Also test on Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bach-by committed Mar 26, 2021
1 parent 73a5e2f commit fe7c708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ python:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
env:
- DEVPI_PLUMBER_SERVER_HOST=127.0.0.1
sudo: false
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit fe7c708

Please sign in to comment.