Skip to content

Commit 788818c

Browse files
committed
Python 3.12 is stable now, test against the stable version
1 parent e36854f commit 788818c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
toxfactor: py3.11
2828
ignore-typecheck-outcome: true
2929
ignore-test-outcome: false
30-
- python-version: "3.12-dev"
30+
- python-version: "3.12"
3131
toxfactor: py3.12
3232
ignore-typecheck-outcome: true
3333
ignore-test-outcome: false

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
distshare = {homedir}/.tox/distshare
33
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
44
py{3.12,3.13}-pytest{7.3,7.4,latest}-coverage
5-
py3.11-pytestlatest-xdist-coverage
5+
py3.12-pytestlatest-xdist-coverage
66
mypy
77

88
[testenv]

0 commit comments

Comments
 (0)