kalekundert / autoclasstoc

Sphinx plugin to make easier-to-navigate class documentation.
MIT License
18 stars 7 forks source link

chore: Update to run on Python 3.6 to Python 3.10. #15

Closed imAsparky closed 2 years ago

imAsparky commented 3 years ago

G'day mate.

Updates to pyproject.toml:

I have updated the python requires so autoclasstoc can run on up to Python 3.10. I have updated the Trove classifiers to reflect the Python versions.

I have tested locally using Tox for all the Python versions listed.

py36: commands succeeded py37: commands succeeded py38: commands succeeded py39: commands succeeded py3.10: commands succeeded py38pypy: commands succeeded py39-docs: commands succeeded congratulations :)

cheers

kalekundert commented 2 years ago

Sorry, this dropped off my radar. Thanks for the PR!