Skip to content

Commit 78a3bac

Browse files
authored
Update build matrix to exclude Python 'cp314'
Removed Python version 'cp314' from the build matrix. Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
1 parent 2be966e commit 78a3bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
os: [ubuntu-24.04, windows-2022, macos-15]
42-
python: ["cp39", "cp310", "cp311", "cp312", "cp313", "cp314"]
42+
python: ["cp39", "cp310", "cp311", "cp312", "cp313"]
4343
steps:
4444
- uses: actions/checkout@v5
4545
with:

0 commit comments

Comments
 (0)