fix: accept current Python version if acceptable for Pyodide (#1868)

* fix: accept current Python version if acceptable for Pyodide

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner
2024-06-11 08:48:42 +02:00
committed by GitHub
parent 4ada77dea4
commit 8d5d84e0fc
2 changed files with 8 additions and 3 deletions
+2 -2
View File
@@ -24,11 +24,11 @@ branding:
runs:
using: composite
steps:
# Set up a non-EOL, cibuildwheel & pipx supported Python version
# Set up the version of Python that supports pyodide
- uses: actions/setup-python@v5
id: python
with:
python-version: "3.8 - 3.12"
python-version: "3.12"
update-environment: false
- id: cibw