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

CPython 3.10 support #1966

Closed vytas7 closed 2 years ago

vytas7 commented 2 years ago

CPython 3.10 has been released.

Although it may already work out of the box, we need to add official first class support anyway:

In addition, check for any new warnings emitted when running tests, e.g., whether we are relying on any deprecated functionality that will be removed in future Python versions: