Skip to content

Commit

Permalink
ci: exclude Spark pre-3.5 for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
fbiville committed Oct 23, 2024
1 parent 165610b commit a73237f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
spark-version:
- { short: "3", ext: "3.4.3", scala: "2.12" }
- { short: "3", ext: "3.5.2", scala: "2.12" }
exclude:
- python-version: "3.13"
- spark-version: { short: "3", ext: "3.4.3", scala: "2.12" }

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a73237f

Please sign in to comment.