You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Specify the Pyodide version to use for `pyodide` platform builds
1240
1240
@@ -1248,18 +1248,9 @@ This option is particularly useful for:
1248
1248
The available Pyodide versions are determined by the version of `pyodide-build` being used. You can list the compatible versions using the command `pyodide xbuildenv search --all` as described in the [Pyodide platform documentation](platforms.md#pyodide-choosing-a-version).
1249
1249
1250
1250
!!! tip
1251
-
You can set the version of `pyodide-build` using the [`CIBW_DEPENDENCY_VERSIONS`](#dependency-versions) option.
1251
+
You can set the version of `pyodide-build` using the [`dependency-versions`](#dependency-versions) option.
1252
1252
1253
1253
#### Examples
1254
-
1255
-
!!! tab examples "Environment variables"
1256
-
1257
-
```yaml
1258
-
# Build Pyodide wheels using Pyodide version 0.27.6
1259
-
CIBW_PYODIDE_VERSION: 0.27.6
1260
-
1261
-
# Build Pyodide wheels using a specific alpha release
1262
-
CIBW_PYODIDE_VERSION: 0.28.0a2
1263
1254
```
1264
1255
1265
1256
!!! tab examples "pyproject.toml"
@@ -1274,6 +1265,16 @@ The available Pyodide versions are determined by the version of `pyodide-build`
1274
1265
pyodide-version = "0.28.0a2"
1275
1266
```
1276
1267
1268
+
!!! tab examples "Environment variables"
1269
+
1270
+
```yaml
1271
+
# Build Pyodide wheels using Pyodide version 0.27.6
1272
+
CIBW_PYODIDE_VERSION: 0.27.6
1273
+
1274
+
# Build Pyodide wheels using a specific alpha release
0 commit comments