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

Publish wheels for Python 3.13 #658

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

godlygeek
Copy link
Contributor

Now that Python 3.13 is ABI stable, document that it is supported and begin to publish wheels for it.

Now that Python 3.13 is ABI stable, document that it is supported and
begin to publish wheels for it.

Signed-off-by: Matt Wozniski <[email protected]>
@godlygeek godlygeek self-assigned this Aug 3, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.08%. Comparing base (260b8d5) to head (1789fb0).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #658      +/-   ##
==========================================
+ Coverage   93.05%   93.08%   +0.02%     
==========================================
  Files          94       94              
  Lines       11420    11420              
  Branches     2094     2094              
==========================================
+ Hits        10627    10630       +3     
+ Misses        793      790       -3     
Flag Coverage Δ
cpp 93.08% <ø> (+0.02%) ⬆️
python_and_cython 93.08% <ø> (+0.02%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pablogsal pablogsal merged commit 9af8a8f into bloomberg:main Aug 9, 2024
17 checks passed
@hugovk
Copy link
Contributor

hugovk commented Sep 8, 2024

The final 3.13 RC is out, it would be great if you could publish 3.13 wheels to PyPI.

It would help other projects test:

https://github.com/hugovk/urllib3/actions/runs/10758631531/job/29834265925#step:7:740

(urllib3 is already testing 3.13, but is skipping pytest-memray for 3.13: https://github.com/urllib3/urllib3/blob/cc42860721836febf3fb6ebb485ed27d7f80122d/dev-requirements.txt#L16)

Thanks!

@pablogsal
Copy link
Member

The final 3.13 RC is out, it would be great if you could publish 3.13 wheels to PyPI.

Weels will be created as part as #677

@godlygeek
Copy link
Contributor Author

Memray 1.14 has been released and includes 3.13 wheels.

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.

4 participants