-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add explicit support for Python 3.13 #648
Conversation
Pull Request Test Coverage Report for Build 10154644994Details
💛 - Coveralls |
From the CI failure, it looks like we are waiting on scipy wheels for Python 3.13. They exist but have not yet been uploaded to pypi. |
This started off as part of #648, but it is conceptually an independent change, so I am splitting it off into its own commit.
This started off as part of #648, but it is conceptually an independent change, so I am splitting it off into its own commit.
Wheels have been uploaded to pypi. I will kick off CI again. |
Waiting now on symengine wheels: https://pypi.org/project/symengine/#files and symengine/symengine-wheels#17 |
Pull Request Test Coverage Report for Build 11240162985Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Remove `-dev`
CI passed on |
Windows support is waiting on a python 3.13 wheel for Qiskit Aer, but we are already able to support Python 3.13 on macOS and Linux. |
* Add explicit support for Python 3.13 * Ask setup-python to install a dev version of Python 3.13 https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#using-the-python-version-input * Fix CI scripts to work with prerelease versions of Python * Longer variable name * Update test_latest_versions.yml Remove `-dev` * Test on 3.13 across all operating systems * Revert win32 py313 (cherry picked from commit 7757854)
* Add explicit support for Python 3.13 * Ask setup-python to install a dev version of Python 3.13 https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#using-the-python-version-input * Fix CI scripts to work with prerelease versions of Python * Longer variable name * Update test_latest_versions.yml Remove `-dev` * Test on 3.13 across all operating systems * Revert win32 py313 (cherry picked from commit 7757854) Co-authored-by: Jim Garrison <[email protected]>
The first release candidate of Python 3.13 is due to be released in a few days, with the final release scheduled for Oct 1. This adds CI testing against and explicit support for Python 3.13.