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

✨ Python 3.13 Support #411

Merged
merged 1 commit into from
Aug 7, 2024
Merged

✨ Python 3.13 Support #411

merged 1 commit into from
Aug 7, 2024

Conversation

burgholzer
Copy link
Member

@burgholzer burgholzer commented Aug 5, 2024

Description

The (ABI-stable) release candidate for Python 3.13 just released and the newest MQT Workflows include an updated version of cibuildwheel that supports building wheels for it.

This PR enables regular Python 3.13 builds and also enables builds for the new free-threaded variant.

Checklist:

  • The pull request only contains commits that are related to it.
  • I have added appropriate tests and documentation.
  • I have made sure that all CI jobs on GitHub pass.
  • The pull request introduces no new warnings and follows the project's style guidelines.

@burgholzer burgholzer self-assigned this Aug 5, 2024
@burgholzer burgholzer added python Pull requests that update Python code minor Part of a minor release packaging Anything related to Python packaging feature New feature or request labels Aug 5, 2024
Copy link

codecov bot commented Aug 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.6%. Comparing base (e078ad5) to head (1894bf8).
Report is 75 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main    #411   +/-   ##
=====================================
  Coverage   92.6%   92.6%           
=====================================
  Files         37      37           
  Lines       2726    2726           
  Branches     305     305           
=====================================
+ Hits        2526    2527    +1     
+ Misses       200     199    -1     
Flag Coverage Δ
cpp 94.6% <ø> (+<0.1%) ⬆️
python 87.3% <ø> (ø)

see 1 file with indirect coverage changes

@burgholzer
Copy link
Member Author

Just waiting on a new delvewheel release, then this is good to go and we can start publishing Python 3.13 wheels.

Signed-off-by: burgholzer <burgholzer@me.com>
@burgholzer burgholzer merged commit 6b73795 into main Aug 7, 2024
60 checks passed
@burgholzer burgholzer deleted the python-313 branch August 7, 2024 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request minor Part of a minor release packaging Anything related to Python packaging python Pull requests that update Python code
Projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant