Skip to content

Commit

Permalink
tox: add python3.12 to test environments
Browse files Browse the repository at this point in the history
Trying to get to the bottom of issue#712 I think it
is good to run the testsuite against py312.
  • Loading branch information
mvo5 committed Feb 27, 2024
1 parent af7399d commit e49f5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist=py37,py38,py39,py310,py311
envlist=py37,py38,py39,py310,py311,py312
skip_missing_interpreters=True

[testenv]
Expand Down

0 comments on commit e49f5e9

Please sign in to comment.