Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Python 3.12 support #64

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

stephenfin
Copy link
Member

This requires removal of the distutils entrypoint as distutils is removed in Python 3.12. We must also replace the use of pkg_resources, which is also gone.

distutils is gone in Python 3.12 [1]. We can no longer support this.

[1] https://docs.python.org/3.11/library/distutils.html

Signed-off-by: Stephen Finucane <stephen@that.guru>
Signed-off-by: Stephen Finucane <stephen@that.guru>
Signed-off-by: Stephen Finucane <stephen@that.guru>
@stephenfin
Copy link
Member Author

@timofurrer Not sure you maintain this package anymore, but I do find this helpful and use it for a few of my utilities. fwiw, I'd be happy to help maintain this package if it's no longer a priority for you. I already maintain (and authored) sphinx-click, so this would be a minor addition to my workload 😇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant