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 #430

Merged
merged 1 commit into from
Aug 7, 2024
Merged

✨ Python 3.13 Support #430

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 feature New feature or request python Anything related to Python code packaging Anything related to Python packaging minor Part of a minor release labels Aug 5, 2024
@burgholzer burgholzer marked this pull request as ready for review August 5, 2024 15:12
Copy link

codecov bot commented Aug 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.8%. Comparing base (7179ffa) to head (43fc722).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##            main    #430     +/-   ##
=======================================
- Coverage   96.0%   95.8%   -0.2%     
=======================================
  Files         39      39             
  Lines       1830    1831      +1     
  Branches     223     224      +1     
=======================================
- Hits        1757    1755      -2     
- Misses        73      76      +3     
Flag Coverage Δ
cpp 95.8% <ø> (-0.3%) ⬇️
python 95.8% <ø> (ø)

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 f044b00 into main Aug 7, 2024
60 checks passed
@burgholzer burgholzer deleted the python-313 branch August 7, 2024 21:11
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 Anything related to Python code
Projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant