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: Test with Python 3.12 #409

Merged
merged 3 commits into from
Jun 27, 2023
Merged

ci: Test with Python 3.12 #409

merged 3 commits into from
Jun 27, 2023

Conversation

godlygeek
Copy link
Contributor

No description provided.

@godlygeek godlygeek self-assigned this Jun 21, 2023
Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
@codecov-commenter
Copy link

codecov-commenter commented Jun 21, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (9e5d28c) 85.12% compared to head (c6fc6b2) 85.12%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #409   +/-   ##
=======================================
  Coverage   85.12%   85.12%           
=======================================
  Files          29       29           
  Lines        3631     3631           
=======================================
  Hits         3091     3091           
  Misses        540      540           
Flag Coverage Δ
cpp 85.12% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Our test suite builds a test extension, which needs `distutils`, which
is no longer part of the standard library as of Python 3.12 and needs to
be provided by `setuptools` instead.

Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
Python 3.12 is not yet ABI stable, so we should not publish wheels yet.
Removing the 3.12 wheels right before publishing allows us to leave them
in the GitHub artifact bundle, so we can manually download them from CI
if we need them for something.

Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
@godlygeek godlygeek force-pushed the ci_for_3.12 branch 2 times, most recently from c6a7486 to c6fc6b2 Compare June 22, 2023 17:54
@godlygeek godlygeek marked this pull request as ready for review June 22, 2023 17:54
@godlygeek
Copy link
Contributor Author

OK, this should be ready to be reviewed. The way I'm avoiding publishing the 3.12 wheels is hacky, but I don't see a non-hacky solution, and I manually tested that it works by forcing the upload_pypi stage to run and to skip the actual wheel publishing.

Copy link
Member

@pablogsal pablogsal left a comment

Choose a reason for hiding this comment

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

Let the hacks happen :)

@pablogsal pablogsal merged commit cc9bb87 into bloomberg:main Jun 27, 2023
31 checks passed
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.

None yet

3 participants