Skip to content

Commit 8a724a0

Browse files
committed
Revert "Exclude Python 3.14.1 from the build matrix in GitHub Actions"
This reverts commit 5743e98.
1 parent 5743e98 commit 8a724a0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,7 @@ 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']
59-
60-
exclude:
61-
- python: '3.14.1'
58+
python: ["3.10", "3.11", "3.12", "3.13", "3.14"]
6259

6360
runs-on: ${{ matrix.os }}
6461

0 commit comments

Comments
 (0)