Skip to content

Commit 9c96ce2

Browse files
committed
Remove Python 3.14 from CI test matrix
1 parent 320eb6d commit 9c96ce2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci-tests.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,8 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
19-
include:
20-
# Python 3.14 is allowed to fail due to PySpark incompatibility (segfaults in cloudpickle)
21-
# Tests run for diagnostic purposes but don't block CI
22-
- python-version: "3.14"
23-
experimental: true
18+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2419
fail-fast: false
25-
continue-on-error: ${{ matrix.experimental || false }}
2620

2721
steps:
2822
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)