From 778caf82c1c32ea88df78c6b9967de9a7a6faa54 Mon Sep 17 00:00:00 2001 From: Alessio Bogon <778703+youtux@users.noreply.github.com> Date: Tue, 10 Oct 2023 21:31:34 +0200 Subject: [PATCH] Python 3.12 is stable now, test against the stable version --- .github/workflows/main.yml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]