mirror of
https://github.com/actions/setup-python.git
synced 2025-06-28 21:53:47 +00:00
chore: bump to Python 3.14.0b1
This commit is contained in:
parent
a26af69be9
commit
2b255558cb
4 changed files with 19 additions and 19 deletions
18
.github/workflows/test-python-freethreaded.yml
vendored
18
.github/workflows/test-python-freethreaded.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
|||
ubuntu-latest,
|
||||
ubuntu-24.04-arm
|
||||
]
|
||||
python: [3.13.0t, 3.13.1t, 3.13.2t]
|
||||
python: [3.13.0t, 3.13.1t, 3.13.2t, 3.13.3t]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
@ -67,7 +67,7 @@ jobs:
|
|||
ubuntu-latest,
|
||||
ubuntu-24.04-arm
|
||||
]
|
||||
python: [3.13.0t, 3.13.1t, 3.13.2t]
|
||||
python: [3.13.0t, 3.13.1t, 3.13.2t, 3.13.3t]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
@ -107,7 +107,7 @@ jobs:
|
|||
ubuntu-latest,
|
||||
ubuntu-24.04-arm
|
||||
]
|
||||
python: [3.13.0t, 3.13.1t, 3.13.2t]
|
||||
python: [3.13.0t, 3.13.1t, 3.13.2t, 3.13.3t]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
@ -227,7 +227,7 @@ jobs:
|
|||
ubuntu-latest,
|
||||
ubuntu-24.04-arm
|
||||
]
|
||||
python: [3.13.0t, 3.13.1t, 3.13.2t, 3.14t-dev]
|
||||
python: [3.13.0t, 3.13.1t, 3.13.2t, 3.13.3t, 3.14t-dev]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
@ -243,7 +243,7 @@ jobs:
|
|||
python-version-file: .tool-versions
|
||||
|
||||
setup-pre-release-version-from-manifest:
|
||||
name: Setup 3.14.0-alpha.6 ${{ matrix.os }}
|
||||
name: Setup 3.14.0-beta.1 ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
@ -262,11 +262,11 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: setup-python 3.14.0-alpha.6
|
||||
- name: setup-python 3.14.0-beta.1
|
||||
id: setup-python
|
||||
uses: ./
|
||||
with:
|
||||
python-version: '3.14.0-alpha.6'
|
||||
python-version: '3.14.0-beta.1'
|
||||
freethreaded: true
|
||||
|
||||
- name: Check python-path
|
||||
|
@ -370,7 +370,7 @@ jobs:
|
|||
ubuntu-latest,
|
||||
ubuntu-24.04-arm
|
||||
]
|
||||
python: [3.13.0t, 3.13.1t, 3.13.2t]
|
||||
python: [3.13.0t, 3.13.1t, 3.13.2t, 3.13.3t]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
@ -459,7 +459,7 @@ jobs:
|
|||
ubuntu-latest,
|
||||
ubuntu-24.04-arm
|
||||
]
|
||||
python: [3.13.1, 3.13.2, 3.14-dev, 3.14.0-alpha.6]
|
||||
python: [3.13.1, 3.13.2, 3.14-dev, 3.14.0-beta.1]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue