cda-tum / mqt-ddsim

MQT DDSIM - A quantum circuit simulator based on decision diagrams written in C++
https://mqt.readthedocs.io/projects/ddsim
MIT License
141 stars 30 forks source link

🔥 drop Python 3.8 support #427

Closed burgholzer closed 1 month ago

burgholzer commented 2 months ago

Description

Python 3.8 will reach end of live in October 2024. Qiskit is already issuing deprecation warnings since a couple of releases when using it on Python 3.8. This PR officially drops support for Python 3.8 in mqt-ddsim.

Checklist:

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.3%. Comparing base (4409d5d) to head (4c2166a). Report is 1 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/cda-tum/mqt-ddsim/pull/427/graphs/tree.svg?width=650&height=150&src=pr&token=OxwtOXYQeG&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cda-tum)](https://app.codecov.io/gh/cda-tum/mqt-ddsim/pull/427?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cda-tum) ```diff @@ Coverage Diff @@ ## main #427 +/- ## ===================================== Coverage 92.3% 92.3% ===================================== Files 37 37 Lines 2721 2721 Branches 305 305 ===================================== Hits 2512 2512 Misses 209 209 ``` | [Flag](https://app.codecov.io/gh/cda-tum/mqt-ddsim/pull/427/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cda-tum) | Coverage Δ | | |---|---|---| | [cpp](https://app.codecov.io/gh/cda-tum/mqt-ddsim/pull/427/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cda-tum) | `94.0% <ø> (ø)` | | | [python](https://app.codecov.io/gh/cda-tum/mqt-ddsim/pull/427/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cda-tum) | `87.4% <100.0%> (ø)` | | | [Files with missing lines](https://app.codecov.io/gh/cda-tum/mqt-ddsim/pull/427?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cda-tum) | Coverage Δ | | |---|---|---| | [src/mqt/ddsim/provider.py](https://app.codecov.io/gh/cda-tum/mqt-ddsim/pull/427?src=pr&el=tree&filepath=src%2Fmqt%2Fddsim%2Fprovider.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cda-tum#diff-c3JjL21xdC9kZHNpbS9wcm92aWRlci5weQ==) | `83.3% <100.0%> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/cda-tum/mqt-ddsim/pull/427/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cda-tum)