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.8 #373

Closed
wants to merge 20 commits into from
Closed

Drop Python 3.8 #373

wants to merge 20 commits into from

Conversation

JamesParrott
Copy link

Completes #372

Checklist:

  • Add tests that demonstrate the correct behavior of the change. Tests should fail without the change.
  • [x ] Add or update relevant docs, in the docs folder and in code.
  • Add an entry in CHANGES.rst summarizing the change and linking to the issue.
  • Add .. versionchanged:: entries in any relevant code docs.
  • Run pre-commit hooks and fix any issues.
  • Run pytest and tox, no tests failed.

Describe dropping Python 3.8 in python_versions.rst
Bump minimum Python to 3.9.0 (drop 3.8) in README.rst
Bump python to 3.9.  Drop Python 3.8 trove classifier.
Try to fix:
 mypy: commands[0]> mypy src/quart/ tests/
src/quart/app.py:129: error: Incompatible import of "ParamSpec" (imported name has type "type[typing_extensions.ParamSpec]", local name has type "type[typing.ParamSpec]")  [assignment]
Found 1 error in 1 file (checked 57 source files)
@pgjones
Copy link
Member

pgjones commented Nov 14, 2024

Thanks, I've made slightly different changes in places (see main). This was very helpful though.

@pgjones pgjones closed this Nov 14, 2024
@JamesParrott
Copy link
Author

You're very welcome Phil.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants