Skip to content

Commit fd2d7c8

Browse files
authored
Merge pull request #33 from PyO3/python3.11
Switch to Python 3.11 release version
2 parents 99a40bb + fec8876 commit fd2d7c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dll.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: "3.10"
3131
- uses: actions/setup-python@v4
3232
with:
33-
python-version: "3.11-dev"
33+
python-version: "3.11"
3434
- name: Copy pythonXY.dll
3535
shell: bash
3636
run: |
@@ -53,7 +53,7 @@ jobs:
5353
done
5454
ls *.dll
5555
- name: Upload DLLs
56-
uses: actions/upload-artifact@v2
56+
uses: actions/upload-artifact@v3
5757
with:
5858
name: dll
5959
path: |

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- uses: actions/checkout@v3
45-
- uses: actions/setup-python@v2
45+
- uses: actions/setup-python@v4
4646
with:
4747
python-version: "3.10"
4848
- name: Install ziglang package

0 commit comments

Comments
 (0)