-
Notifications
You must be signed in to change notification settings - Fork 21
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 support for Python 3.12, drop support for Python 3.8 #79
Conversation
|
Python 3.8 cannot be supported at the same time as Python 3.12, because
|
Aer has support for Python 3.12 now with Qiskit/qiskit-aer#2022 which was recently published in 0.13.2. |
@mtreinish thanks for the hint and the work on Python 3.12 support for Qiskit-Aer! It's great to have Python 3.12 support for all the dependencies in this package now. @wilfried-huss I think this PR is ready now. Since you're the original author, I can only ask you for a review like this :) |
Summary
Add support for Python 3.12.
Because of dependency conflicts, remove support for Python 3.8. This major version is not actively supported since May 2021 and security support will end in October 2024.
Details and comments
typing
module;