File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -520,8 +520,8 @@ jobs:
520520 components : rust-src
521521 - name : Install python3 standalone debug build with nox
522522 run : |
523- PBS_RELEASE="20231002 "
524- PBS_PYTHON_VERSION="3.12 .0"
523+ PBS_RELEASE="20241016 "
524+ PBS_PYTHON_VERSION="3.13 .0"
525525 PBS_ARCHIVE="cpython-${PBS_PYTHON_VERSION}+${PBS_RELEASE}-x86_64-unknown-linux-gnu-debug-full.tar.zst"
526526 wget "https://github.com/indygreg/python-build-standalone/releases/download/${PBS_RELEASE}/${PBS_ARCHIVE}"
527527 tar -I zstd -xf "${PBS_ARCHIVE}"
@@ -537,10 +537,10 @@ jobs:
537537 PYO3_CONFIG_FILE=$(mktemp)
538538 cat > $PYO3_CONFIG_FILE << EOF
539539 implementation=CPython
540- version=3.12
540+ version=3.13
541541 shared=true
542542 abi3=false
543- lib_name=python3.12d
543+ lib_name=python3.13d
544544 lib_dir=${{ github.workspace }}/python/install/lib
545545 executable=${{ github.workspace }}/python/install/bin/python3
546546 pointer_width=64
You can’t perform that action at this time.
0 commit comments