mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-07-21 12:41:10 +02:00
Add CI build for Python 3.14 (dev)
This commit is contained in:
3
.github/workflows/ci-build.yml
vendored
3
.github/workflows/ci-build.yml
vendored
@@ -108,7 +108,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ ubuntu-22.04, windows-2022, macos-13, macos-14 ]
|
||||
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
|
||||
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', '3.14' ]
|
||||
architecture: [ 'x86', 'x64', 'arm64' ]
|
||||
# Exclude x86 configs on non-Windows OSs
|
||||
exclude:
|
||||
@@ -185,6 +185,7 @@ jobs:
|
||||
python-version: '${{ matrix.python-version }}'
|
||||
architecture: '${{ matrix.architecture }}'
|
||||
cache: 'pip'
|
||||
allow-prereleases: true
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user