mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-03-14 22:26:58 +01:00
workflow update with latest versions
This commit is contained in:
parent
dc4d48c968
commit
f5a49b3da2
1 changed files with 4 additions and 1 deletions
5
.github/workflows/test-python.yml
vendored
5
.github/workflows/test-python.yml
vendored
|
@ -260,7 +260,10 @@ jobs:
|
|||
macos-13,
|
||||
ubuntu-latest
|
||||
]
|
||||
python: [3.13.0, 3.14-dev, pypy3.7-v7.3.3, graalpy-24.1.2]
|
||||
python: [3.13.0, 3.14-dev, pypy3.11-7.3.18, graalpy-24.1.2]
|
||||
exclude:
|
||||
- os: windows-latest
|
||||
python: graalpy-24.1.2
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue