encode / uvicorn

An ASGI web server, for Python. 🦄
https://www.uvicorn.org/
BSD 3-Clause "New" or "Revised" License
8.59k stars 745 forks source link

Support Python 3.13 #2482

Closed jameshilliard closed 1 month ago

jameshilliard commented 1 month ago

Summary

Run tests on 3.13 and update version support.

Checklist

zanieb commented 1 month ago

Looks like there's a problem with uvloop

jameshilliard commented 1 month ago

Looks like there's a problem with uvloop

Yeah, had to set a minimum uvloop version for python 3.13, httptools also had an issue with using the wrong cython version.

Kludex commented 1 month ago

I'd prefer for the httptools and uvloop to make a release before proceeding here.

jameshilliard commented 1 month ago

httptools now has a release with 3.13 support

Kludex commented 1 month ago

Why is uvloop in beta?