Skip to content

Commit

Permalink
add support for Python 3.9 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
noviluni authored Feb 9, 2021
1 parent 6e6dfb3 commit 18aa853
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- python-version: 3.8
env:
TOXENV: py
- python-version: 3.9
env:
TOXENV: py
steps:
- uses: actions/checkout@v2
- name: 'Set up Python ${{ matrix.python-version }}'
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
)
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py36,py37,py38
envlist = py36,py37,py38,py39
[testenv]
deps =
pytest
Expand Down

0 comments on commit 18aa853

Please sign in to comment.