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

chore(ci): fix wheel builds #1612

Merged
merged 2 commits into from
Mar 12, 2024
Merged

chore(ci): fix wheel builds #1612

merged 2 commits into from
Mar 12, 2024

Conversation

lidavidm
Copy link
Member

  • Update versions to match upstream
  • Add 3.8 support since upstream uses 3.8 as the base
  • Adjust CI to test both 3.8 and 3.12

Fixes #1610.

@github-actions github-actions bot added this to the ADBC Libraries 0.11.0 milestone Mar 12, 2024
@lidavidm lidavidm force-pushed the gh-1610 branch 4 times, most recently from d958f4e to 6fdb558 Compare March 12, 2024 14:31
- Update versions to match upstream
- Add 3.8 support since upstream uses 3.8 as the base
- Adjust CI to test both 3.8 and 3.12

Fixes apache#1610.
Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

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

+1

.github/workflows/packaging.yml Outdated Show resolved Hide resolved
.github/workflows/packaging.yml Outdated Show resolved Hide resolved
.github/workflows/packaging.yml Outdated Show resolved Hide resolved
.github/workflows/packaging.yml Outdated Show resolved Hide resolved
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
@lidavidm lidavidm merged commit 27d62c3 into apache:main Mar 12, 2024
17 checks passed
@jorisvandenbossche
Copy link
Member

jorisvandenbossche commented Mar 13, 2024

FWIW you could also have instructed cibuildwheel to not build a wheel for 3.8 (eg through env variable like CIBW_BUILD: cp38-*).

(we should soon drop support for Python 3.8 upstream as well IMO)

@lidavidm
Copy link
Member Author

When I poked it locally, cibuildwheel was fine but the steps after that weren't

3.8 looks to go out of support soon-ish anyways, yeah

@lidavidm lidavidm deleted the gh-1610 branch March 13, 2024 12:01
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: wheel builds are failing because upstream is now based on Python 3.8
3 participants