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