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.53k stars 945 forks source link

chore: drop support for `manylinux2010` binary wheels #2137

Closed vytas7 closed 1 year ago

vytas7 commented 1 year ago

+some CI fighting since we haven't run it in a while

Closes #2128

codecov[bot] commented 1 year ago

Codecov Report

Merging #2137 (14a66d1) into master (1850381) will not change coverage. The diff coverage is n/a.

@@             Coverage Diff             @@
##            master     #2137     +/-   ##
===========================================
  Coverage   100.00%   100.00%             
===========================================
  Files           55        62      +7     
  Lines         5553      6789   +1236     
  Branches       880      1095    +215     
===========================================
+ Hits          5553      6789   +1236     
Impacted Files Coverage Δ
falcon/stream.py 100.00% <0.00%> (ø)
falcon/uri.py 100.00% <0.00%> (ø)
falcon/app.py 100.00% <0.00%> (ø)
falcon/request.py 100.00% <0.00%> (ø)
falcon/response.py 100.00% <0.00%> (ø)
falcon/__init__.py 100.00% <0.00%> (ø)
falcon/asgi/__init__.py 100.00% <0.00%> (ø)

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

vytas7 commented 1 year ago

Heh, thanks, but we ought to commit more often... new CI failures :weary: