ci: Python setup tweak

This commit is contained in:
parazyd
2025-04-15 11:35:04 +02:00
parent dbed875ce3
commit 396a129d53
2 changed files with 3 additions and 3 deletions

View File

@@ -16,9 +16,9 @@ jobs:
fetch-depth: 0
- name: Install Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.13
- name: Install Rust
uses: actions-rs/toolchain@v1

View File

@@ -20,7 +20,7 @@ jobs:
toolchain: stable
target: wasm32-unknown-unknown
override: true
- uses: actions/setup-python@v1
- uses: actions/setup-python@v5
with:
python-version: '3.13'