Skip to content

Commit

Permalink
dev: Update list of supported Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
florisla committed Oct 9, 2023
1 parent 261edec commit f99d628
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py36, py37, py38, py39, py310, pypy37
envlist = py39, py310, py311, pypy39

[testenv]
passenv = HOME
Expand All @@ -15,11 +15,7 @@ norecursedirs= .git .github .tox .nox build dist tmp* tests/integration

[gh-actions]
python =
3.6: py36
3.7: py37
3.8: py38
3.9: py39
3.10: py310
pypy-3.7: pypy37
pypy-3.8: pypy38
3.11: py311
pypy-3.9: pypy39

0 comments on commit f99d628

Please sign in to comment.