as Python 3.11 and 3.12 is widely used, is that possible to upgrade the project to supoort python 3.11 and later?
> pip3 install claspy
ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.7,<3.11; 0.1.1 Requires-Python >=3.7,<3.11; 0.1.2 Requires-Python >=3.7,<3.11; 0.1.3 Requires-Python >=3.7,<3.11; 0.1.4 Requires-Python >=3.7,<3.11; 0.1.5 Requires-Python >=3.7,<3.11; 0.1.6 Requires-Python >=3.7,<3.11; 0.1.7 Requires-Python >=3.7,<3.11; 0.1.8 Requires-Python >=3.7,<3.11; 0.1.9 Requires-Python >=3.7,<3.11; 0.2.0 Requires-Python >=3.7,<3.11; 0.2.1 Requires-Python >=3.7,<3.11
ERROR: Could not find a version that satisfies the requirement claspy (from versions: none)
ERROR: No matching distribution found for claspy
Thanks for pointing this out! I checked the dependencies and tested the code. I upgraded claspy to support 3.11; 3.12 is not yet supported, because of numba.
as Python 3.11 and 3.12 is widely used, is that possible to upgrade the project to supoort python 3.11 and later?