Skip to content

Commit 9f42054

Browse files
committed
Use Python 3.12
1 parent 2377868 commit 9f42054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# os: [ubuntu-latest, macos-latest, windows-latest]
2222
os: [ubuntu-latest]
2323
# python-version: ["3.9", "3.10", "3.11", "3.12"]
24-
python-version: ["3.11"]
24+
python-version: ["3.12"]
2525
outputs:
2626
os: ${{ matrix.os }}
2727
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)