tommyod / KDEpy

Kernel Density Estimation in Python
https://kdepy.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
585 stars 90 forks source link

python3.11 compatibility #121

Closed filefolder closed 2 years ago

filefolder commented 2 years ago

hi there, took me a minute but it seems that enabling py3.11 support is as easy as changing the cython requirement.

e.g. cython>=0.29.32

hopefully of some use to anyone