File tree Expand file tree Collapse file tree
.github/actions/setup-binary-builds Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ runs:
128128 export CONDA_EXTRA_PARAM=""
129129
130130 if [[ "${PYTHON_VERSION:-}" == *t || "${PYTHON_VERSION:-}" == 3.14* ]]; then
131- echo "PYTHON_GIL=0" >> "$GITHUB_ENV"
132131 # downgrade conda version for python 3.13t, 3.14t, 3.14 install.
133132 # TODO: remove this once python 3.13t, 3.14t, 3.14 is fully supported on conda
134133 # Please see : https://github.com/conda/conda/issues/14554
@@ -147,11 +146,11 @@ runs:
147146 # shellcheck disable=SC2153
148147 case $PYTHON_VERSION in
149148 3.14t)
150- export PYTHON_VERSION=3.14.0rc1
149+ export PYTHON_VERSION=3.14.0rc2
151150 export CONDA_EXTRA_PARAM=" python-freethreading -c conda-forge/label/python_rc -c conda-forge"
152151 ;;
153152 3.14)
154- export PYTHON_VERSION=3.14.0rc1
153+ export PYTHON_VERSION=3.14.0rc2
155154 export CONDA_EXTRA_PARAM=" -c conda-forge/label/python_rc -c conda-forge"
156155 ;;
157156 3.13t)
You can’t perform that action at this time.
0 commit comments