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 py3.8 support | Replace pkg_resources lib with importlib.resources #181

Merged
merged 6 commits into from
Oct 25, 2024

Conversation

beingfaisal
Copy link
Contributor

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

  • Drop python 3.8 support
  • Replace pkg_resources with importlib

Screenshots
Screenshot 2024-09-20 at 4 07 34 PM
Screenshot 2024-09-20 at 4 08 09 PM

Screenshot 2024-09-20 at 4 07 15 PM

.travis.yml Outdated
@@ -2,8 +2,8 @@ dist: xenial
group: travis_latest
language: python
python:
- 3.5
- 3.8
- 3.11
Copy link

Choose a reason for hiding this comment

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

I think we should add 3.12 support as well

Copy link

Choose a reason for hiding this comment

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

Upgrade the version from 0.7 to 0.8

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.

Good work 🌟

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.

Please upgrade the version on following:
crowdsourcehinter/crowdsourcehinter/__init__.py

@feanil feanil merged commit dc1d7c9 into openedx:master Oct 25, 2024
4 checks passed
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.

3 participants