Skip to content

pkg_resources Deprecation Fix#48

Merged
bd-j merged 1 commit into
bd-j:mainfrom
TheSkyentist:py3.9+
Aug 11, 2025
Merged

pkg_resources Deprecation Fix#48
bd-j merged 1 commit into
bd-j:mainfrom
TheSkyentist:py3.9+

Conversation

@TheSkyentist

Copy link
Copy Markdown
Contributor

pkg_resources is deprecated and will be removed in future versions of Python 3.12 and 3.13 (and onward).
I have updated the code to use the recommended importlib implementation.
However, this has the side effect of requiring a minimum Python version of 3.9 for sedpy.
I defer to the maintainer to decide the best way forward, but this would still leave sedpy v4.0 compatible with older versions of Python, but require future versions of sedpy be on Python versions which are not EOL.

@bd-j

bd-j commented Aug 11, 2025

Copy link
Copy Markdown
Owner

Thanks @TheSkyentist , I'm not overly concerned with supporting Python < 3.9. It's probably about time for a new release anyway. Merging now.

@bd-j bd-j merged commit 0692153 into bd-j:main Aug 11, 2025
4 checks passed
@bd-j bd-j mentioned this pull request Sep 5, 2025
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.

2 participants