Skip to content

Commit

Permalink
Test against Python 3.9 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
hukkinj1 committed Nov 13, 2020
1 parent b70d712 commit d1a9ec7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
language: python
cache: pip
dist: xenial
dist: bionic

matrix:
fast_finish: true
include:
- python: 3.6
- python: 3.7
- python: 3.8
- python: 3.9
- python: nightly
allow_failures:
- python: nightly
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Quality Assurance",
Expand Down

0 comments on commit d1a9ec7

Please sign in to comment.