Closed MatthieuSchaller closed 9 months ago
What error message do you get? That should not happen. We do not explicitly gate against it.
That's not correct, that's just metadata. requires-python = ">3.8.0"
is the important line.
Was that your only concern? Please let me know if the install actually breaks and we can fix it. On my end I do not think there are any problems.
I recall having had a problem with pip installation at the time of creating the issue but I can't recreate it on my machine.
It was when the local system switched all to 3.12 and created all kinds of problems. May have been fixed magically.
Likely due to incompatibilities in llvmlite and numba or something. Numba only recently supported 3.12 as there were a few changes.
P.S. tests now all run on 3.12 as well.
Are there any reasons why the installer refuses to deploy on python 3.12? Does the code need adapting for that version?