mirror of
https://github.com/actions/setup-python.git
synced 2025-07-21 10:18:19 +02:00
add e2e testing for freethread and bump cache to 4.0.2
This commit is contained in:
parent
19e4675e06
commit
baae874f37
32 changed files with 304 additions and 10549 deletions
15
.github/workflows/e2e-cache.yml
vendored
15
.github/workflows/e2e-cache.yml
vendored
|
@ -22,7 +22,8 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
|
||||
python-version: ['3.9', 'pypy-3.9-v7.x', '3.10', 'pypy-3.10-v7.x']
|
||||
python-version:
|
||||
['3.9', 'pypy-3.9-v7.x', '3.10', 'pypy-3.10-v7.x', '3.13t']
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup Python
|
||||
|
@ -40,7 +41,8 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
|
||||
python-version: ['3.9', 'pypy-3.9-v7.x', '3.10', 'pypy-3.10-v7.x']
|
||||
python-version:
|
||||
['3.9', 'pypy-3.9-v7.x', '3.10', 'pypy-3.10-v7.x', '3.13t']
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup Python
|
||||
|
@ -76,7 +78,8 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
|
||||
python-version: ['3.9', 'pypy-3.9-v7.x', '3.10', 'pypy-3.10-v7.x']
|
||||
python-version:
|
||||
['3.9', 'pypy-3.9-v7.x', '3.10', 'pypy-3.10-v7.x', '3.13t']
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install poetry
|
||||
|
@ -98,7 +101,8 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
|
||||
python-version: ['3.9', 'pypy-3.9-v7.x', '3.10', 'pypy-3.10-v7.x']
|
||||
python-version:
|
||||
['3.9', 'pypy-3.9-v7.x', '3.10', 'pypy-3.10-v7.x', '3.13t']
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup Python
|
||||
|
@ -117,7 +121,8 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
|
||||
python-version: ['3.9', 'pypy-3.9-v7.x', '3.10', 'pypy-3.10-v7.x']
|
||||
python-version:
|
||||
['3.9', 'pypy-3.9-v7.x', '3.10', 'pypy-3.10-v7.x', '3.13t']
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup Python
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue