We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2180b3b commit c24c683Copy full SHA for c24c683
.github/workflows/ci.yml
@@ -520,8 +520,8 @@ jobs:
520
components: rust-src
521
- name: Install python3 standalone debug build with nox
522
run: |
523
- PBS_RELEASE="20241016"
524
- PBS_PYTHON_VERSION="3.13.0"
+ PBS_RELEASE="20241219"
+ PBS_PYTHON_VERSION="3.13.1"
525
PBS_ARCHIVE="cpython-${PBS_PYTHON_VERSION}+${PBS_RELEASE}-x86_64-unknown-linux-gnu-debug-full.tar.zst"
526
wget "https://github.com/indygreg/python-build-standalone/releases/download/${PBS_RELEASE}/${PBS_ARCHIVE}"
527
tar -I zstd -xf "${PBS_ARCHIVE}"
0 commit comments