Skip to content
This repository was archived by the owner on May 2, 2026. It is now read-only.

fix deprecation warnings for iter_entry_points - #8

Open
hamarituc wants to merge 1 commit into
galactics:masterfrom
hamarituc:entry_points
Open

fix deprecation warnings for iter_entry_points#8
hamarituc wants to merge 1 commit into
galactics:masterfrom
hamarituc:entry_points

Conversation

@hamarituc

Copy link
Copy Markdown
Contributor

Invoking space with recent Python versions produces a deprecation warning.

$ space
/usr/lib/python3.13/site-packages/space/wspace.py:11: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
  from pkg_resources import iter_entry_points

This PR removes the deprecated iter_entry_points-import.

Consider removing support for deprecated Python versions (3.9 and earlier). References to iter_entry_points can then be removed at all.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant