Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Update to Python 3.9 (#301)
Browse files Browse the repository at this point in the history
* Update .travis.yml

* Update setup.py

* Update build-test.yml

* Update .travis.yml

Co-authored-by: Tom Hu <thomasrockhu@users.noreply.github.com>
  • Loading branch information
gsheni and thomasrockhu committed Oct 16, 2020
1 parent 76b4f7c commit 5862842
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -11,6 +11,7 @@ python:
- 3.6
- 3.7
- 3.8
- 3.9-dev
- pypy3
matrix:
include:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -16,6 +16,7 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: Implementation :: PyPy",
"License :: OSI Approved :: Apache Software License",
"Topic :: Software Development :: Testing",
Expand Down

0 comments on commit 5862842

Please sign in to comment.