diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 01908d95..08504b7f 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: @@ -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