From dc58b346d1bc974d8f880a1af1118f0dee8ddba4 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Wed, 29 Oct 2025 09:54:39 -0400 Subject: [PATCH] Add Python 3.14 to Linux wheel build --- .github/workflows/build-linux-wheels.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-linux-wheels.yml b/.github/workflows/build-linux-wheels.yml index 1967e254..597b4e34 100644 --- a/.github/workflows/build-linux-wheels.yml +++ b/.github/workflows/build-linux-wheels.yml @@ -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: