From d1d921e78d2aa9dab526cf9e449b260405a5321b Mon Sep 17 00:00:00 2001 From: Daniel Fernandes Date: Fri, 28 Aug 2026 10:09:02 +0100 Subject: [PATCH 1/2] Add cp314 to build job --- .github/workflows/code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 01908d95..47380b3c 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -54,7 +54,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-15-intel] - python: [cp37, cp38, cp39, cp310, cp311, cp312, cp313] + python: [cp37, cp38, cp39, cp310, cp311, cp312, cp313, cp314] include: From ab7749c1d52af2c5122d06a1d5915803596c2e0e Mon Sep 17 00:00:00 2001 From: Daniel Fernandes Date: Fri, 28 Aug 2026 10:15:23 +0100 Subject: [PATCH 2/2] Add cp314 to sdist test CI --- .github/workflows/code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 47380b3c..08504b7f 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -140,7 +140,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-15-intel] - python: [cp37, cp38, cp39, cp310, cp311, cp312, cp313] + python: [cp37, cp38, cp39, cp310, cp311, cp312, cp313, cp314] exclude: # Exclude Windows + Python 3.9 as p4p can't build there, due to numpy bug #27224