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

Add back Python 3.8 Support #11

Merged
merged 3 commits into from
Oct 30, 2024

Conversation

bbrown1867
Copy link
Collaborator

@bbrown1867 bbrown1867 commented Oct 30, 2024

Please explain the changes you made here.

In #10, I discovered that this package was not compatible with Python 3.12, because it used pkg_resources. Instead I used importlib.metadata and for some reason thought this was only compatible with Python 3.9 and higher. However this is not the case, importlib.metadata is available in the standard library starting in Python 3.8.

This PR corrects that by:

  • Removing importlib-metadata from the package dependencies (not necessary)
  • Fixing the minimum Python version in setup.py

Python 3.7 will still not be supported.

Does this close any currently open issues?

No

Checklist:

@bbrown1867 bbrown1867 self-assigned this Oct 30, 2024
@bbrown1867 bbrown1867 marked this pull request as ready for review October 30, 2024 12:58
@@ -1,2 +1,3 @@
* @bbrown1867
* @hkpeprah
Copy link
Collaborator

Choose a reason for hiding this comment

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

Welcome aboard!!

@bbrown1867 bbrown1867 merged commit 37fcefc into master Oct 30, 2024
8 checks passed
@bbrown1867 bbrown1867 deleted the bbrown1867/add-python-3.8-support-back branch October 30, 2024 14:48
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