Skip to content

Commit 3cb0b87

Browse files
committed
ci: test debug builds using 3.13.0 (#4750)
1 parent 9714eab commit 3cb0b87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)