Skip to content

Commit fe52aee

Browse files
committed
[GA] Update Python to 3.12
1 parent f028d20 commit fe52aee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/setup-python@v5
3232
id: setup-python
3333
with:
34-
python-version: 3.9
34+
python-version: 3.12
3535
- name: Build wheels
3636
uses: PyO3/maturin-action@v1
3737
with:
@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/checkout@v4
5757
- uses: actions/setup-python@v5
5858
with:
59-
python-version: 3.x
59+
python-version: 3.12
6060
architecture: ${{ matrix.platform.target }}
6161
- name: Build wheels
6262
uses: PyO3/maturin-action@v1
@@ -83,7 +83,7 @@ jobs:
8383
- uses: actions/checkout@v4
8484
- uses: actions/setup-python@v5
8585
with:
86-
python-version: 3.x
86+
python-version: 3.12
8787
- name: Build wheels
8888
uses: PyO3/maturin-action@v1
8989
with:

0 commit comments

Comments
 (0)