Skip to content

Conversation

@ttqureshi
Copy link
Member

@ttqureshi ttqureshi commented Sep 25, 2024

Overview

This PR:

  • replaces pkg_resources api from importlib_resources api
  • drops support for python 3.8 and add support for python 3.11

Tickets:

Followed this migration guide.

Testing

I have tested the changes against the following steps:

  • Install the acid-block to xblock-sdk.
  • Functional testing

Screenshots

XBlock Acid single block test

image

XBlock Acid Parent test

image

- transitioned from pkg_resources api to importlib-resources api
- Drop support for python 3.8 and add support for python 3.11 and 3.12
Copy link

@farhan farhan left a comment

Choose a reason for hiding this comment

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

1 change

@ttqureshi ttqureshi force-pushed the ttqureshi/depr_pkg_resources branch from e2c2d54 to 5b98078 Compare September 27, 2024 12:39
Copy link
Contributor

@feanil feanil left a comment

Choose a reason for hiding this comment

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

Please bump the version so we can also do a new release.

@ttqureshi
Copy link
Member Author

Please bump the version so we can also do a new release.

ok 👍

@feanil feanil merged commit ad2eb13 into openedx:master Oct 1, 2024
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.

Drop Python 3.8 & Add Support for Python 3.12 Move on from deprecated pkg_resources api

3 participants