Compatibility between qiskit-aer and Python 3.14#462
Merged
thierry-martinez merged 3 commits intoTeamGraphix:masterfrom Mar 9, 2026
Merged
Compatibility between qiskit-aer and Python 3.14#462thierry-martinez merged 3 commits intoTeamGraphix:masterfrom
qiskit-aer and Python 3.14#462thierry-martinez merged 3 commits intoTeamGraphix:masterfrom
Conversation
`qiskit-aer` now supports Python 3.14: Qiskit/qiskit-aer#2378
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #462 +/- ##
==========================================
+ Coverage 88.29% 88.85% +0.56%
==========================================
Files 44 44
Lines 6533 6533
==========================================
+ Hits 5768 5805 +37
+ Misses 765 728 -37 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
emlynsg
approved these changes
Mar 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
qiskit-aernow supports Python 3.14 (Qiskit/qiskit-aer#2378), enabling testing of its installation and circuit simulation capabilities on all supported Python versions, including 3.14.Reverse dependencies have also been updated to support Python 3.14.
This PR incorporates changes from #459 to ensure compatibility with the latest veriphix updates and sets a fixed seed for
test_random_branch_selector_without_pr_calc.