Skip to content

Commit 92af747

Browse files
committed
Update python-version to 3.12
1 parent 2e6825d commit 92af747

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: actions/setup-python@v5
2323
with:
24-
python-version: "3.10"
24+
python-version: "3.12"
2525

2626
- name: Install cibuildwheel
2727
run: |
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/setup-python@v5
5353
name: Install Python
5454
with:
55-
python-version: "3.10"
55+
python-version: "3.12"
5656

5757
- name: Install dependencies
5858
run: |
@@ -75,7 +75,7 @@ jobs:
7575
steps:
7676
- uses: actions/setup-python@v5
7777
with:
78-
python-version: "3.10"
78+
python-version: "3.12"
7979

8080
- uses: actions/download-artifact@v4
8181
with:

0 commit comments

Comments
 (0)