mirror of
https://github.com/actions/setup-python.git
synced 2025-07-20 13:48:20 +02:00
ci: add usage of Python version 3.13
This commit is contained in:
parent
19dfb7b659
commit
ec7d9fbc17
2 changed files with 17 additions and 9 deletions
7
.github/workflows/e2e-tests.yml
vendored
7
.github/workflows/e2e-tests.yml
vendored
|
@ -64,6 +64,13 @@ jobs:
|
|||
- name: Verify 3.12.4
|
||||
run: python __tests__/verify-python.py 3.12.4
|
||||
|
||||
- name: Run with setup-python 3.13.0
|
||||
uses: ./
|
||||
with:
|
||||
python-version: 3.13.0
|
||||
- name: Verify 3.13.0
|
||||
run: python __tests__/verify-python.py 3.13.0
|
||||
|
||||
- name: Run with setup-python 3.10
|
||||
id: cp310
|
||||
uses: ./
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue