We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f028d20 commit fe52aeeCopy full SHA for fe52aee
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: actions/setup-python@v5
32
id: setup-python
33
with:
34
- python-version: 3.9
+ python-version: 3.12
35
- name: Build wheels
36
uses: PyO3/maturin-action@v1
37
@@ -56,7 +56,7 @@ jobs:
56
- uses: actions/checkout@v4
57
58
59
- python-version: 3.x
60
architecture: ${{ matrix.platform.target }}
61
62
@@ -83,7 +83,7 @@ jobs:
83
84
85
86
87
88
89
0 commit comments