]> git.ipfire.org Git - thirdparty/starlette.git/commit
Drop Python 3.8 (#2823)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sat, 28 Dec 2024 15:50:16 +0000 (16:50 +0100)
committerGitHub <noreply@github.com>
Sat, 28 Dec 2024 15:50:16 +0000 (16:50 +0100)
commite7605e18bcaa66adff3251231d058d873d257d84
tree599e5510c506346d56aa2214fa02330a6e193a82
parent8c15c0d38ec9aac828911049b662966eca8f425a
Drop Python 3.8 (#2823)
20 files changed:
.github/workflows/test-suite.yml
pyproject.toml
requirements.txt
starlette/_compat.py [deleted file]
starlette/_exception_handler.py
starlette/middleware/__init__.py
starlette/responses.py
tests/middleware/test_base.py
tests/middleware/test_wsgi.py
tests/test_applications.py
tests/test_authentication.py
tests/test_concurrency.py
tests/test_convertors.py
tests/test_endpoints.py
tests/test_exceptions.py
tests/test_formparsers.py
tests/test_requests.py
tests/test_responses.py
tests/test_testclient.py
tests/test_websockets.py