Skip to content

Commit

Permalink
ci: add Python 3.12 to list of tested versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ahal committed Oct 25, 2023
1 parent ec88100 commit 231dd53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tox]
envlist = clean,py{38,39,310,311},report
envlist = clean,py{38,39,310,311,312},report

[testenv]
allowlist_externals = poetry
parallel_show_output = true
depends =
py{38,39,310,311}: clean
report: py{38,39,310,311}
py{38,39,310,311,312}: clean
report: py{38,39,310,311,312}
commands =
poetry install --with test
poetry run python --version
Expand Down

0 comments on commit 231dd53

Please sign in to comment.