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

Update Python versions #436

Closed
wants to merge 4 commits into from
Closed

Update Python versions #436

wants to merge 4 commits into from

Conversation

takis
Copy link

@takis takis commented Oct 3, 2023

I've removed references to Python 3.6 and 3.7 (because of EOL) and increased the minimal Python version to 3.8.
The get method in importlib.metadata.entry_points() was removed in Python 3.12, so I used the select method instead. The select method was added in Python 3.10, so, to make mypy happy, I used the recommended:

if sys.version_info >= (3, 10):

@SmileyChris
Copy link
Owner

Thanks for the fixes here. I'm going to close in anticipation of #459 getting merged.

@SmileyChris SmileyChris closed this Apr 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.

2 participants