Skip to content

Commit

Permalink
Add missing 3.12 (#201)
Browse files Browse the repository at this point in the history
Sorry for the rant, but can you please search for `3.11`/`311` next time
when you make a change? Can easily miss. Fixes #189, #194.
  • Loading branch information
paddyroddy authored Oct 24, 2023
1 parent 0bd802c commit beb6438
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ legacy_tox_ini = """
3.9: py39
3.10: py310
3.11: py311
3.12: py312
[testenv]
skip_install = true
Expand All @@ -88,5 +89,5 @@ legacy_tox_ini = """
pytest {posargs}
[tox]
env_list = py3{8,9,10,11}
env_list = py3{9,10,11,12}
"""

0 comments on commit beb6438

Please sign in to comment.