CI: Add support for Python 3.15

This commit is contained in:
Dimitri Papadopoulos
2026-07-20 10:03:59 +02:00
committed by Adrien Vergé
parent 4d9fb87822
commit bcb2e697f2
+3 -2
View File
@@ -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