Skip to content

Commit 985fc46

Browse files
committed
Remove python hard-code in action.yml
1 parent 5e3a8ed commit 985fc46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

action.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ branding:
2424
runs:
2525
using: composite
2626
steps:
27-
# Set up the version of Python that supports pyodide
2827
- uses: actions/setup-python@v5
2928
id: python
3029
with:
31-
python-version: "3.12"
30+
python-version: "3.11 - 3.13"
3231
update-environment: false
3332

3433
- id: cibw

0 commit comments

Comments
 (0)