1
0
Fork 0
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:
mahabaleshwars 2025-03-11 11:14:49 +05:30
parent dc4d48c968
commit f5a49b3da2

View file

@ -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