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

Python 3.11 deprecation: pkg_resources is deprecated as an API #440

Closed
obilodeau opened this issue Jun 27, 2023 · 1 comment · Fixed by #416
Closed

Python 3.11 deprecation: pkg_resources is deprecated as an API #440

obilodeau opened this issue Jun 27, 2023 · 1 comment · Fixed by #416
Milestone

Comments

@obilodeau
Copy link
Member

DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html

We need to modernize how we provide files: https://setuptools.pypa.io/en/latest/pkg_resources.html

@obilodeau obilodeau added this to the v1.3.0 milestone Jun 27, 2023
@obilodeau
Copy link
Member Author

Related to #416

@obilodeau obilodeau linked a pull request Dec 5, 2023 that will close this issue
obilodeau added a commit that referenced this issue Dec 5, 2023
- Gets rid of deprecation notices (#440)
- Will be publishable to Pypi
- Using modern pyproject.toml
- While we are there, breaking change: scripts names without .py
- Minimum Python version is 3.7
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.

1 participant