Skip to content

Commit

Permalink
Python 3.12 is stable now, test against the stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
youtux committed Oct 10, 2023
1 parent e36854f commit 788818c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
toxfactor: py3.11
ignore-typecheck-outcome: true
ignore-test-outcome: false
- python-version: "3.12-dev"
- python-version: "3.12"
toxfactor: py3.12
ignore-typecheck-outcome: true
ignore-test-outcome: false
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
distshare = {homedir}/.tox/distshare
envlist = py{3.8,3.9,3.10,3.11}-pytest{6.2,7.0,7.1,7.2,7.3,7.4,latest}-coverage
py{3.12,3.13}-pytest{7.3,7.4,latest}-coverage
py3.11-pytestlatest-xdist-coverage
py3.12-pytestlatest-xdist-coverage
mypy

[testenv]
Expand Down

0 comments on commit 788818c

Please sign in to comment.