pedrorrivero / qrand

A multiprotocol and multiplatform quantum random number generation framework
https://pypi.org/project/qrand/
Apache License 2.0
24 stars 14 forks source link

Expand Python version compatibility #27

Open pedrorrivero opened 2 years ago

pedrorrivero commented 2 years ago

Is your feature request related to a problem? Please describe.

Currently, QRAND can only be installed for Python >= 3.9.

Describe the solution you'd like

QRAND should work with Python versions >=:

Additional context

The reason why Python 3.9 was used initially is that previous version seemed to be unstable when interfaced with Qiskit.