Add Python 3.14 to Linux wheel build

This commit is contained in:
Scott Talbert
2025-10-29 09:54:39 -04:00
parent 6573a46993
commit dc58b346d1

View File

@@ -26,10 +26,10 @@ jobs:
- name: Checkout specific submodule refs - name: Checkout specific submodule refs
run: buildtools/checkout_submodule_refs.sh run: buildtools/checkout_submodule_refs.sh
- name: Set up Python 3.10 - name: Set up Python
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: '3.10' python-version: '3.13'
cache: 'pip' cache: 'pip'
- name: Install dependencies - name: Install dependencies
@@ -61,7 +61,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04 ] 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' ] architecture: [ 'x64' ]
env: env: