ermshaua / claspy

ClaSPy: A Python package for time series segmentation.
BSD 3-Clause "New" or "Revised" License
74 stars 3 forks source link

Support Python 3.11? #6

Closed jixuan1989 closed 10 months ago

jixuan1989 commented 10 months ago

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
ermshaua commented 10 months ago

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.