Skip to content

Commit 1fdc305

Browse files
committed
CI: Use vanilla Python 3.12 (no -dev)
1 parent eb460e4 commit 1fdc305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: ["ubuntu-latest"]
25-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
25+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
2626
fail-fast: false
2727

2828
env:

0 commit comments

Comments
 (0)