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

chore: formalize CPython 3.11 support #2097

Closed vytas7 closed 2 years ago

vytas7 commented 2 years ago

Closes #2072

codecov[bot] commented 2 years ago

Codecov Report

Merging #2097 (5a7039e) into master (849cabb) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master     #2097   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           62        62           
  Lines         6743      6743           
  Branches      1253      1253           
=========================================
  Hits          6743      6743           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

vytas7 commented 2 years ago

I tested building a wheel manually along the lines of create-wheels.yaml in a quay.io/pypa/manylinux2014_x86_64 container, and it built just fine.

CaselIT commented 2 years ago

btw, I'm looking at cibuildwheel and it looks really great to automate all the custom create wheel code we have in the pipeline

vytas7 commented 2 years ago

Yes, everything passes now, as evidenced by Actions. The last thing that was not ready last time I checked was a binary wheel for orjson, but now it's there.