-
Notifications
You must be signed in to change notification settings - Fork 8
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
Conversation
.travis.yml
Outdated
@@ -2,8 +2,8 @@ dist: xenial | |||
group: travis_latest | |||
language: python | |||
python: | |||
- 3.5 | |||
- 3.8 | |||
- 3.11 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
b553101
to
0d2499c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work 🌟
There was a problem hiding this 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
Issue - Move on from deprecated pkg_resources api
Issue - Drop Python 3.8 & Add Support for Python 3.12
Screenshots