Closed gi0baro closed 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
uvloop
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
setup-python
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/5769Note: 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