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

Drop support for Python 3.8 and replace pkg_resources with importlib.resources #71

Closed
wants to merge 3 commits into from

Conversation

luisfelipec95
Copy link
Contributor

Description

  • Dropped support for Python 3.8
  • Replace pkg_resources lib with importlib.resources:

pkg_resources (from setuptools) is deprecated and will be removed in future Python versions.
The new implementation uses importlib.resources, which is the recommended alternative and is fully available in Python 3.9+.

Other Information

openedx/public-engineering#273

@luisfelipec95 luisfelipec95 requested a review from a team as a code owner February 5, 2025 07:18
@github-actions github-actions bot added the size/s label Feb 5, 2025
@luisfelipec95 luisfelipec95 changed the title Lfc/deprecate pkg resources Drop support for Python 3.8 and replace pkg_resources with importlib.resources Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant