emmett-framework / emmett

The web framework for inventors
BSD 3-Clause "New" or "Revised" License
1.09k stars 72 forks source link

Allow 2.4 installs on Python 3.11 #448

Closed gi0baro closed 2 years ago

gi0baro commented 2 years ago

Current dependencies specs prevents installs on Python 3.11 (currently seems related to uvloop), as seen in https://github.com/the-benchmarker/web-frameworks/pull/5769

Note: this won't add official 3.11 support in 2.4, as is still targeted in 2.5 with #447

This depends on https://github.com/actions/runner-images/issues/6459, as CI runs the test suite using setup-python action