Skip to content

Commit 8fe1a8b

Browse files
authored
Merge pull request #2846 from pllim/py312-stable
TST: Use Python 3.12 stable
2 parents c1e16d4 + db5661d commit 8fe1a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_devtests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
include:
3333
- name: dev dependencies with all dependencies with coverage
3434
os: ubuntu-latest
35-
python: '3.12-dev'
35+
python: '3.12'
3636
toxenv: py312-test-alldeps-devdeps-cov
3737
toxargs: -v
3838

0 commit comments

Comments
 (0)