Skip to content

Commit

Permalink
Fix: Add Qiskit 1.3.3 to QPY version mapping (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesus-talavera-ibm authored Feb 19, 2025
1 parent b21fa7c commit 7485095
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qiskit_ibm_transpiler/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
QPY_QISKIT_VERSION_MAPPING = {
"1.3.0": 13,
"1.3.1": 13,
"1.3.2": 13,
"1.3.3": 13,
"1.2.4": 12,
}

Expand Down

0 comments on commit 7485095

Please sign in to comment.