Skip to content

Commit

Permalink
ci: test debug builds using 3.13.0 (#4750)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt authored Nov 30, 2024
1 parent 5df4706 commit 4f53f4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -520,8 +520,8 @@ jobs:
components: rust-src
- name: Install python3 standalone debug build with nox
run: |
PBS_RELEASE="20231002"
PBS_PYTHON_VERSION="3.12.0"
PBS_RELEASE="20241016"
PBS_PYTHON_VERSION="3.13.0"
PBS_ARCHIVE="cpython-${PBS_PYTHON_VERSION}+${PBS_RELEASE}-x86_64-unknown-linux-gnu-debug-full.tar.zst"
wget "https://github.com/indygreg/python-build-standalone/releases/download/${PBS_RELEASE}/${PBS_ARCHIVE}"
tar -I zstd -xf "${PBS_ARCHIVE}"
Expand All @@ -537,10 +537,10 @@ jobs:
PYO3_CONFIG_FILE=$(mktemp)
cat > $PYO3_CONFIG_FILE << EOF
implementation=CPython
version=3.12
version=3.13
shared=true
abi3=false
lib_name=python3.12d
lib_name=python3.13d
lib_dir=${{ github.workspace }}/python/install/lib
executable=${{ github.workspace }}/python/install/bin/python3
pointer_width=64
Expand Down

0 comments on commit 4f53f4a

Please sign in to comment.