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 #874

Open
max-muoto opened this issue Nov 4, 2023 · 1 comment · May be fixed by #873
Open

Add Python 3.12 Support #874

max-muoto opened this issue Nov 4, 2023 · 1 comment · May be fixed by #873

Comments

@max-muoto
Copy link

max-muoto commented Nov 4, 2023

Bug Report

Description

Python 3.12 is not supported due to the removal of pkg_resources as a public API. Its usage should be replaced with importlib.metadata. See here.

@max-muoto max-muoto changed the title Python 3.12 Support Add Python 3.12 Support Nov 4, 2023
@max-muoto max-muoto linked a pull request Nov 4, 2023 that will close this issue
@Kelketek
Copy link

Just a note here-- I'm running 3.12.3 with the latest drf-yasg and it appears to be working, but it does generate warnings about upcoming deprecation for pkg_resources.

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 a pull request may close this issue.

2 participants