CI: add Python 3.14

This commit is contained in:
XhmikosR
2025-10-09 07:39:43 +03:00
committed by GitHub
parent 680002b8ee
commit 0009a08a7d

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