FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore: bump to Python 3.14.0b1 by reneleonhardt · Pull Request #1106 · actions/setup-python · GitHub

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .md  (1) .yml  (3) All 2 file types selected
Only manifest files
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
8 changes: 4 additions & 4 deletions .github/workflows/e2e-cache-freethreaded.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
macos-latest,
macos-13
]
python-version: [3.13.0t, 3.13.1t, 3.13.2t]
python-version: [3.13.0t, 3.13.1t, 3.13.2t, 3.13.3t]
steps:
- uses: actions/checkout@v4
- name: Setup Python
Expand All @@ -58,7 +58,7 @@ jobs:
macos-latest,
macos-13
]
python-version: [3.13.0t, 3.13.1t, 3.13.2t]
python-version: [3.13.0t, 3.13.1t, 3.13.2t, 3.13.3t]
steps:
- uses: actions/checkout@v4
- name: Setup Python
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
macos-latest,
macos-13
]
python-version: [3.13.0t, 3.13.1t, 3.13.2t]
python-version: [3.13.0t, 3.13.1t, 3.13.2t, 3.13.3t]
steps:
- uses: actions/checkout@v4
- name: Setup Python
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
macos-latest,
macos-13
]
python-version: [3.13.0t, 3.13.1t, 3.13.2t]
python-version: [3.13.0t, 3.13.1t, 3.13.2t, 3.13.3t]
steps:
- uses: actions/checkout@v4
- name: Setup Python
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/test-python-freethreaded.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test-python.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,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
Expand All @@ -304,11 +304,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'

- name: Check python-path
run: ./__tests__/check-python-path.sh '${{ steps.setup-python.outputs.python-path }}'
Expand All @@ -317,8 +317,8 @@ jobs:
- name: Validate version
run: |
$pythonVersion = (python --version)
if ("Python 3.14.0a6" -ne "$pythonVersion"){
Write-Host "The current version is $pythonVersion; expected version is 3.14.0a6"
if ("Python 3.14.0b1" -ne "$pythonVersion"){
Write-Host "The current version is $pythonVersion; expected version is 3.14.0b1"
exit 1
}
$pythonVersion
Expand Down
2 changes: 1 addition & 1 deletion docs/advanced-usage.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.14.0-alpha.1'
python-version: '3.14.0-beta.1'
- run: python my_script.py
```

Expand Down

Back | FazBrowse Home | New Git URL