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 supported Python versions #294

Merged
merged 2 commits into from
Jan 12, 2024
Merged

Update supported Python versions #294

merged 2 commits into from
Jan 12, 2024

Conversation

jhkennedy
Copy link
Contributor

This:

  • Drops Python 3.7 and 3.8 support by requiring Python >=3.9
  • Explicitly states support for Python 3.11 and 3.12
  • removes unecessay importlib_metada package as it's now included in the standard library (Python 3.8+) as importlib.metadata

Also:

  • drops the install warning that's no longer needed now that we've moved to a src directory.

@jhkennedy jhkennedy requested a review from a team January 12, 2024 07:08
@jhkennedy jhkennedy mentioned this pull request Jan 12, 2024
@forrestfwilliams forrestfwilliams merged commit 06e2fa8 into develop Jan 12, 2024
7 of 8 checks passed
@forrestfwilliams forrestfwilliams deleted the py-versions branch January 12, 2024 12:56
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