add python 3.13 to ci pipeline (#8855)

This commit is contained in:
Thomas Rupprecht 2025-05-20 16:04:09 +02:00 committed by GitHub
parent 6ae83dfe3d
commit b1cf08b261
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -177,6 +177,7 @@ jobs:
- "3.10" - "3.10"
- "3.11" - "3.11"
- "3.12" - "3.12"
- "3.13"
os: os:
- ubuntu-latest - ubuntu-latest
- macOS-latest - macOS-latest
@ -185,12 +186,16 @@ jobs:
# Minimize CI resource usage # Minimize CI resource usage
# by only running the Python version # by only running the Python version
# version used for docker images on Windows and macOS # version used for docker images on Windows and macOS
- python-version: "3.13"
os: windows-latest
- python-version: "3.12" - python-version: "3.12"
os: windows-latest os: windows-latest
- python-version: "3.10" - python-version: "3.10"
os: windows-latest os: windows-latest
- python-version: "3.9" - python-version: "3.9"
os: windows-latest os: windows-latest
- python-version: "3.13"
os: macOS-latest
- python-version: "3.12" - python-version: "3.12"
os: macOS-latest os: macOS-latest
- python-version: "3.10" - python-version: "3.10"