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: exclude python 3.12 #444

Merged
merged 3 commits into from
Oct 30, 2023
Merged

chore: exclude python 3.12 #444

merged 3 commits into from
Oct 30, 2023

Conversation

JP-Ellis
Copy link
Contributor

@JP-Ellis JP-Ellis commented Oct 27, 2023

📝 Summary

At this stage, Python 3.12 is not supported. There is a separate PR already resolving this, but it requires an update to a dependency.

Update

The resolution of build issues with Python 3.12 uncovered another issue related to the bundling of Ruby. These have been resolved as well.

🚨 Breaking Changes

🔥 Motivation

Make sure that the CI pipelines work again.

🔨 Test Plan

🔗 Related issues/PRs

At this stage, Python 3.12 is not supported. There is a separate PR
already resolving this, but it requires an update to a dependency.

Signed-off-by: JP-Ellis <josh@jpellis.me>
@JP-Ellis JP-Ellis added difficulty:easy A simple task appropriate for newcomers to the codebase type:fix Fix to an issue area:ci Relating to the CI/CD workflow labels Oct 27, 2023
@JP-Ellis JP-Ellis self-assigned this Oct 27, 2023
@JP-Ellis JP-Ellis marked this pull request as draft October 29, 2023 22:05
@JP-Ellis JP-Ellis marked this pull request as ready for review October 30, 2023 03:31
@JP-Ellis JP-Ellis force-pushed the fix/python-312-wheels branch 5 times, most recently from 7ab7bd0 to 21972b1 Compare October 30, 2023 06:44
This commit introduces a few fixes were uncovered by the previous
commit. Specifically:

- Explicitly test the FFI
- Cleanup the hatch build script and created a new
  `UnsupportedPlatformError` exception.
- Update the wheel inclusions.

Signed-off-by: JP-Ellis <josh@jpellis.me>
The `yarl` dependency was initially only used in the test suite, but a
previous commit made use of yarl's `URL` class and forgot to promote
`yarl` to a main dependency of Pact Python.

Signed-off-by: JP-Ellis <josh@jpellis.me>
@JP-Ellis JP-Ellis merged commit dc655f6 into master Oct 30, 2023
21 of 31 checks passed
@JP-Ellis JP-Ellis deleted the fix/python-312-wheels branch October 30, 2023 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:ci Relating to the CI/CD workflow difficulty:easy A simple task appropriate for newcomers to the codebase type:fix Fix to an issue
Projects
Status: ✅ Completed
Development

Successfully merging this pull request may close these issues.

Python 3.12 Builds Failing
1 participant