-
Notifications
You must be signed in to change notification settings - Fork 22
Update Python versions in CI matrix - remove 3.9, add 3.14 #853
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: mitchelllisle <[email protected]>
Co-authored-by: mitchelllisle <[email protected]>
mitchelllisle
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add 3.14 if it's available
Co-authored-by: mitchelllisle <[email protected]>
Added Python 3.14 to the test matrix in commit 89fe864. The workflow will now test against Python versions 3.10, 3.11, 3.12, 3.13, and 3.14. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #853 +/- ##
==========================================
- Coverage 97.54% 97.53% -0.02%
==========================================
Files 4 4
Lines 244 243 -1
==========================================
- Hits 238 237 -1
Misses 6 6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
GitHub Actions no longer provides Python 3.9 (
Version 3.9 with arch x64 not found). The workflow was failing on all builds.Changes
.github/workflows/build-test.yaml['3.10', '3.11', '3.12', '3.13', '3.14']×[pyspark 3, 4]Project already requires
python = ">3.9.1,<4.0.0"in pyproject.toml, so no dependency conflicts.Original prompt
This pull request was created from Copilot chat.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.