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 support for Python 3.7 #857

Closed
edgarrmondragon opened this issue Sep 23, 2023 · 0 comments · Fixed by #858
Closed

Drop support for Python 3.7 #857

edgarrmondragon opened this issue Sep 23, 2023 · 0 comments · Fixed by #858

Comments

@edgarrmondragon
Copy link
Contributor

edgarrmondragon commented Sep 23, 2023

Description

Python 3.7 reached its EOL June 27th 2023.

This could also be an opportunity to remove the upper dependency bound and just declare support for >=3.8

Possible Solution

Use

[tool.poetry.dependencies]
python = ">=3.8"

and update dependencies accordingly so the upper bound can be removed.

Additional context

I can work on a PR if the maintainers are interested.

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant