Skip to content
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

ci: include BigQuery wheels in packaging artifacts #2310

Merged
merged 2 commits into from
Nov 7, 2024

Conversation

lidavidm
Copy link
Member

@lidavidm lidavidm commented Nov 7, 2024

Fixes #2309.

@lidavidm lidavidm marked this pull request as ready for review November 7, 2024 11:37
@@ -801,7 +803,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: ["3.9", "3.10", "3.11", "3.12"]
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated to this PR but SPEC 0 has dropped 3.9 for some time, and 3.10 recently. Maybe we don't need to build all of these?

https://scientific-python.org/specs/spec-0000/

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PyArrow still builds for 3.9 so I think we can keep it for now. It's also still in security support for a while.

@lidavidm lidavidm merged commit f8295b8 into apache:main Nov 7, 2024
30 checks passed
@lidavidm lidavidm deleted the gh-2309 branch November 7, 2024 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ci: packaging builds don't package BigQuery wheels
2 participants