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.12 Support #278

Merged
merged 2 commits into from
Aug 11, 2023
Merged

✨ Python 3.12 Support #278

merged 2 commits into from
Aug 11, 2023

Conversation

burgholzer
Copy link
Member

Python 3.12 has hit RC1 and is thus ABI stable. Hence, one can start to distribute wheels for it.
This PR enables the respective support. Testing of the wheels is skipped for now, since not all dependencies are available for 3.12 (i.e., Qiskit).

Signed-off-by: burgholzer <burgholzer@me.com>
This commit adds Python 3.12 in the list of programming languages in the pyproject.toml file and also in the noxfile.py for testing purposes.
Due to qiskit-terra not supporting Python 3.12 yet, tests for this version are skipped for now.
Lastly, the version of cibuildwheel used in the GitHub Actions workflow was updated to v2.15 for building wheels.

Signed-off-by: burgholzer <burgholzer@me.com>
@burgholzer burgholzer added enhancement Anything related to improvements of the existing library dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code python Pull requests that update Python code packaging Anything related to Python packaging labels Aug 11, 2023
@burgholzer burgholzer self-assigned this Aug 11, 2023
@codecov
Copy link

codecov bot commented Aug 11, 2023

Codecov Report

Merging #278 (cabc53e) into main (d7e1cd4) will increase coverage by 0.2%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##            main    #278     +/-   ##
=======================================
+ Coverage   94.9%   95.1%   +0.2%     
=======================================
  Files         20      20             
  Lines       1951    1951             
  Branches     348     348             
=======================================
+ Hits        1853    1857      +4     
+ Misses        98      94      -4     

see 2 files with indirect coverage changes

@burgholzer burgholzer merged commit 1f33609 into main Aug 11, 2023
19 checks passed
@burgholzer burgholzer deleted the python-312 branch August 11, 2023 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement Anything related to improvements of the existing library github_actions Pull requests that update GitHub Actions code 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