Skip to content

Commit 5743e98

Browse files
committed
Exclude Python 3.14.1 from the build matrix in GitHub Actions
1 parent 9ce1865 commit 5743e98

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@ jobs:
5555

5656
# if changing the below change the run-integration-tests versions and the check-deploy versions
5757
# Make sure that we are running the integration tests on the first and last versions of the matrix
58-
python: ["3.10", "3.11", "3.12", "3.13", "3.14"]
58+
python: ['3.10', '3.11', '3.12', '3.13', '3.14']
59+
60+
exclude:
61+
- python: '3.14.1'
5962

6063
runs-on: ${{ matrix.os }}
6164

0 commit comments

Comments
 (0)