Skip to content

Commit

Permalink
Add Python 3.9 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Apr 1, 2021
1 parent d5441f8 commit 4f885d7
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 @@ -5,6 +5,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
install:
- sudo apt-get update
- sudo apt-get install -y pigz tabix
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
"""


Expand Down

0 comments on commit 4f885d7

Please sign in to comment.