-
Notifications
You must be signed in to change notification settings - Fork 5
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 support for Python 3.12 #137
Comments
matthewfeickert
changed the title
pkg_resources is deprecated and removed in Python 3.12
Add support for Python 3.12
Jun 14, 2024
PRs like #139 also need to get fixed in all of the
|
Resolved by PR #141 |
Reported the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pkg_resources
is deprecated and removed in Python 3.12:setuptools
docs: Package Discovery and Resource Access using pkg_resourcesCurrently (ebc66fd) used in src/recastatlas/config.py, src/recastatlas/subcommands/catalogue.py, and src/recastatlas/subcommands/auth.py, and so needs to be removed.
At the moment
recast-atlas
is only testing and supporting up to Python 3.11:recast-atlas/.github/workflows/ci.yml
Line 22 in ebc66fd
recast-atlas/setup.cfg
Lines 16 to 22 in ebc66fd
The text was updated successfully, but these errors were encountered: