Skip to content

Comments

Fix: pkg_resources is deprecated#42

Open
fapdash wants to merge 2 commits intoEMPRI-DEVOPS:masterfrom
fapdash:fix-pkgresource
Open

Fix: pkg_resources is deprecated#42
fapdash wants to merge 2 commits intoEMPRI-DEVOPS:masterfrom
fapdash:fix-pkgresource

Conversation

@fapdash
Copy link
Contributor

@fapdash fapdash commented Feb 16, 2026

Moved code to use importlib.resources, which is available in Python >=3.9

Fixes #41

Moved code to use importlib.resources, which is available in Python
>=3.9

Fixes EMPRI-DEVOPS#41
Copy link

@blochberger blochberger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change itself looks mostly fine to me. Contrary to what the commit message (or pull request description) indicates, this increases the minimum required Python version, which may impact existing users. Bumping the minimum supported Python version may be fine, but would require some more updates, e.g., to the project's README file.

Note that I'm not the person to decide, whether bumping the minimum version is fine :)

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.

pkg_resources is deprecated

2 participants