TeamGraphix / graphix

measurement-based quantum computing (MBQC) compiler and simulator
https://graphix.readthedocs.io
Apache License 2.0
55 stars 20 forks source link

Add support for python 3.11? #90

Closed king-p3nguin closed 8 months ago

king-p3nguin commented 9 months ago

Python 3.12.0 was just released today (Oct. 2, 2023), and it might be a good time to add support for Python 3.11.

shinich1 commented 9 months ago

yes perhaps a good idea! we can consider stopping support for 3.8 because newer versions of numpy stopped supporting it (throws error when trying to install all dependency by python setup.py develop with py3.8 because of that) we may also want to set numpy<1.26 as numba also wants this way

king-p3nguin commented 9 months ago

OK, I will make a PR on this.