mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-15 17:20:07 +01:00
Add Python 3.14 to Linux wheel build
This commit is contained in:
6
.github/workflows/build-linux-wheels.yml
vendored
6
.github/workflows/build-linux-wheels.yml
vendored
@@ -26,10 +26,10 @@ jobs:
|
||||
- name: Checkout specific submodule refs
|
||||
run: buildtools/checkout_submodule_refs.sh
|
||||
|
||||
- name: Set up Python 3.10
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: '3.13'
|
||||
cache: 'pip'
|
||||
|
||||
- name: Install dependencies
|
||||
@@ -61,7 +61,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04 ]
|
||||
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: [ 'x64' ]
|
||||
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user