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 dependency on python 3.8 #245

Closed
wants to merge 2 commits into from
Closed

Drop dependency on python 3.8 #245

wants to merge 2 commits into from

Conversation

prmukherj
Copy link
Collaborator

@prmukherj prmukherj commented Oct 6, 2023

This can be dealt with later while including python 3.12

@prmukherj prmukherj requested a review from mkundu1 October 6, 2023 06:20
@prmukherj prmukherj linked an issue Oct 6, 2023 that may be closed by this pull request
@prmukherj prmukherj marked this pull request as draft October 6, 2023 15:19
python = ">=3.8,<4.0"
importlib-metadata = {version = "^4.0", python = "<3.8"}
python = ">=3.9,<4.0"
importlib-metadata = {version = "^4.0", python = "<3.9"}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can remove this line, importlib-metadata is in standard library since 3.8

@prmukherj prmukherj closed this Mar 6, 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.

Support Python version 3.12, drop 3.8
5 participants