cda-tum / mqt-qcec

MQT QCEC - A tool for Quantum Circuit Equivalence Checking
https://mqt.readthedocs.io/projects/qcec
MIT License
90 stars 21 forks source link

🐍🔥 Drop Python 3.7 support #229

Closed burgholzer closed 1 year ago

burgholzer commented 1 year ago

Description

Qiskit(-terra) is bound to drop Python 3.7 support in the upcoming 0.25.0 update and a warning is issued since the newly released 0.23.0. To avoid any future disruptions, Python 3.7 support is dropped with this PR.

Checklist:

codecov[bot] commented 1 year ago

Codecov Report

Merging #229 (c56214b) into main (a74b62a) will not change coverage. The diff coverage is n/a.

@@          Coverage Diff          @@
##            main    #229   +/-   ##
=====================================
  Coverage   96.8%   96.8%           
=====================================
  Files         33      33           
  Lines       1708    1708           
  Branches     210     210           
=====================================
  Hits        1655    1655           
  Misses        53      53           
Flag Coverage Δ
cpp 96.8% <ø> (ø)
python 96.9% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.