mirror of
https://github.com/adrienverge/yamllint.git
synced 2026-08-18 07:54:43 -05:00
CI: Add support for Python 3.15
This commit is contained in:
committed by
Adrien Vergé
parent
4d9fb87822
commit
bcb2e697f2
@@ -43,8 +43,9 @@ jobs:
|
||||
- '3.11'
|
||||
- '3.12'
|
||||
- '3.13'
|
||||
- '3.13t'
|
||||
- '3.14'
|
||||
- '3.14t'
|
||||
- '3.15'
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v7
|
||||
@@ -52,7 +53,7 @@ jobs:
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
allow-prereleases: true # needed for 3.14
|
||||
allow-prereleases: true # needed for 3.15
|
||||
- name: Append GitHub Actions system path
|
||||
run: echo "$HOME/.local/bin" >> $GITHUB_PATH
|
||||
- name: Keep the GIL disabled with free-threaded Python
|
||||
|
||||
Reference in New Issue
Block a user