Skip to content

Commit

Permalink
Add support for py39 (#61)
Browse files Browse the repository at this point in the history
* Bump linters and enable mypy

* Add support for py39
  • Loading branch information
ssbarnea authored Jul 19, 2021
1 parent b863954 commit b308cb1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
"py36",
"py37",
"py38",
"py39",
"lint",
"packaging",
]
Expand All @@ -47,6 +48,10 @@ jobs:
python: "3.8"
os: ubuntu-latest
tox_env: py38
- name: py39
python: "3.9"
os: ubuntu-latest
tox_env: py39

- name: "lint"
python: "3.7"
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ classifier =
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
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 3.8
envlist = lint,py{36,37,38},docs,packaging
envlist = lint,py,docs,packaging

[testenv]
deps =
Expand Down

0 comments on commit b308cb1

Please sign in to comment.