daizutabi / mkapi

A plugin for MkDocs to generate API documentation
https://daizutabi.github.io/mkapi/
MIT License
94 stars 19 forks source link

Support python 3.11 #93

Closed frazane closed 7 months ago

frazane commented 7 months ago

Hi there, thanks for publishing this library! I'd like to use it for scoringrules. I am wondering, would it be possible to add support for python 3.11 (or even 3.10)? I cannot install it because my package supports >=3.10, <=3.12 and I guess the same applies to many other projects that follow numpy's version support policy (see https://numpy.org/neps/nep-0029-deprecation_policy.html).

daizutabi commented 7 months ago

@frazane Thank you for your suggestion. Now, MkAPI v2.1.0 supports Python >= 3.10.