From 36aee4f09cfb8859654677a0ee05661c2f4f6744 Mon Sep 17 00:00:00 2001 From: Jonathan Duncan Date: Fri, 28 Nov 2025 10:34:46 +0000 Subject: [PATCH] CI: Add python3.14 builds for linux --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d5a78d1..9b52c48 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -46,7 +46,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.11 + args: --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.11 sccache: 'true' manylinux: auto - name: Upload wheels