emmett-framework / emmett

The web framework for inventors
Other
1.03k stars 70 forks source link

Allow 2.4 installs on Python 3.11 #448

Closed gi0baro closed 1 year ago

gi0baro commented 1 year 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