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.
2 parents 61f5a08 + d24d8f4 commit 2cc9174Copy full SHA for 2cc9174
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/checkout@v5
24
25
- name: Set up Python ${{ matrix.python-version }}
26
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
27
with:
28
python-version: ${{ matrix.python-version }}
29
.github/workflows/cibuildwheels.yml
@@ -63,7 +63,7 @@ jobs:
63
uses: actions/checkout@v5
64
65
- name: Set up Python
66
67
68
# Use the most recent released python
69
python-version: '3.x'
.github/workflows/wasm.yml
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
0 commit comments