falconry / falcon

The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
https://falcon.readthedocs.io/en/stable/
Apache License 2.0
9.51k stars 937 forks source link

Missing wheels for Python 3.12 #2175

Closed hynek closed 10 months ago

hynek commented 12 months ago

Hi, would it be possible to add Python 3.12 wheels for the current release? It seems to build and run just fine, but the delays are a bit annoying. :)

vytas7 commented 12 months ago

Hey @hynek! That's not an unreasonable request, we'll see what we can do about it. :slightly_smiling_face:

vytas7 commented 10 months ago

Hi again @hynek! I'm closing the issue as the wheels for 3.12 are out now, however, the 3.1.2 release is lacking wheels for 3.8 & 3.9 as our build process was interrupted by an incompatible release of pytest-asyncio... :grimacing:

(We are readying yet another micro-release to address this.)

hynek commented 10 months ago

thanks!