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

fix pkg_resources deprecation warning #150

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

ViZiD
Copy link
Contributor

@ViZiD ViZiD commented Mar 20, 2024

Fix DeprecationWarning: pkg_resources on python 3.11
According to https://importlib-resources.readthedocs.io/en/latest/migration.html

Replace pkg_resources with importlib_resources

I test on Python 3.9.18 and Python 3.11.8, and work fine, need help testing on the versions below

@mammothb mammothb changed the base branch from master to build-bump-version March 21, 2024 11:01
@mammothb mammothb merged commit b0298f4 into mammothb:build-bump-version Mar 21, 2024
0 of 4 checks passed
mammothb added a commit that referenced this pull request Mar 21, 2024
* bump versions for github actions

* fix pkg_resources deprecation warning (#150)

* bump requirement versions

* fix error message checking to work with Py 3.12

---------

Co-authored-by: Radik Islamov <vizid1337@gmail.com>
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

2 participants