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

move default python version to 3.10 #2106

Closed CaselIT closed 1 year ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #2106 (4981872) into master (bce4ad3) will not change coverage. The diff coverage is n/a.

@@             Coverage Diff             @@
##            master     #2106     +/-   ##
===========================================
  Coverage   100.00%   100.00%             
===========================================
  Files           62        55      -7     
  Lines         6759      5552   -1207     
  Branches      1255       880    -375     
===========================================
- Hits          6759      5552   -1207     
Impacted Files Coverage Δ
falcon/asgi/app.py 100.00% <0.00%> (ø)
falcon/constants.py 100.00% <0.00%> (ø)
falcon/media/base.py 100.00% <0.00%> (ø)
falcon/asgi/reader.py 100.00% <0.00%> (ø)
falcon/util/reader.py 100.00% <0.00%> (ø)
falcon/asgi/multipart.py 100.00% <0.00%> (ø)
falcon/media/multipart.py 100.00% <0.00%> (ø)
falcon/testing/helpers.py 100.00% <0.00%> (ø)
falcon/routing/converters.py 100.00% <0.00%> (ø)
falcon/asgi/__init__.py
... and 6 more

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

kgriffs commented 2 years ago

Added some cython jobs; I know this increases the CI duration but I'd rather be safe than sorry.

CaselIT commented 2 years ago

thanks!