]> git.ipfire.org Git - thirdparty/starlette.git/commit
Support Python 3.13 (#2662)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Tue, 6 Aug 2024 15:08:22 +0000 (17:08 +0200)
committerGitHub <noreply@github.com>
Tue, 6 Aug 2024 15:08:22 +0000 (09:08 -0600)
commit55cbba94563690ffe088470cf3e6d922eb40cced
treeb87d8015c64562fad84ce35cf1c0dc1452795c9d
parente46165a1ca0e2c5df688bdc11c05beb4822b23af
Support Python 3.13 (#2662)

* Support Python 3.13

* Use `exc_type_str` instead of `exc_type.__name__`

* Close GzipFile

* min changes
.github/workflows/test-suite.yml
pyproject.toml
starlette/middleware/errors.py
starlette/middleware/gzip.py