Skip to content

Commit

Permalink
tox: add py39
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Jan 12, 2021
1 parent 695841a commit b54f022
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mpcontribs-client/tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[tox]
envlist = clean,py37,py38
envlist = clean,py37,py38,py39

[gh-actions]
python =
3.6: py36
3.7: py37
3.8: py38
3.9: py39

[pycodestyle]
max-line-length = 99
Expand Down

0 comments on commit b54f022

Please sign in to comment.