Merge pull request #2981 from XhmikosR/patch-2

CI: add Python 3.14
This commit is contained in:
Steven Black
2025-10-09 09:31:00 -04:00
committed by GitHub

View File

@@ -25,17 +25,18 @@ jobs:
- '3.11' - '3.11'
- '3.12' - '3.12'
- '3.13' - '3.13'
- '3.14'
os: os:
- ubuntu-latest - ubuntu-latest
include: include:
- os: macos-latest - os: macos-latest
python: '3.9' python: '3.9'
- os: macos-latest - os: macos-latest
python: '3.13' python: '3.14'
- os: windows-latest - os: windows-latest
python: '3.9' python: '3.9'
- os: windows-latest - os: windows-latest
python: '3.13' python: '3.14'
steps: steps:
- name: Clone repository - name: Clone repository