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

Closed
5 tasks
sanders41 opened this issue Jun 17, 2023 · 0 comments · Fixed by #333
Closed
5 tasks

Drop Python 3.7 support #327

sanders41 opened this issue Jun 17, 2023 · 0 comments · Fixed by #333

Comments

@sanders41
Copy link
Owner

sanders41 commented Jun 17, 2023

Python 3.7 EOL is 27-JUN-23 so on that day we will drop support for this version.

  • Remove Programming Language :: Python :: 3.7 from the classifiers in the pyproject.toml file.
  • Change python = "^3.7" to python = "^3.8" in the pyproject.toml file.
  • Update target-version = "py37" to target-version = "py38" in the pyproject.toml` file.
  • Run poetry lock --no-update to update the lock file.
  • Remove 3.7 from the test matrix in ci.yaml.
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 a pull request may close this issue.

1 participant