diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c436ed77..d3a48f9c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/tox.ini b/tox.ini index f6ed14a0..9cb41c97 100644 --- a/tox.ini +++ b/tox.ini @@ -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]