Skip to content

Commit c24c683

Browse files
authored
Bump Python version for testing debug builds
1 parent 2180b3b commit c24c683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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="20241016"
524-
PBS_PYTHON_VERSION="3.13.0"
523+
PBS_RELEASE="20241219"
524+
PBS_PYTHON_VERSION="3.13.1"
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}"

0 commit comments

Comments
 (0)