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

Drop 3.5 & 3.6 support #2049

Closed vytas7 closed 2 years ago

vytas7 commented 2 years ago

We are going to drop Python < 3.7 support in 4.0.

A non-exhaustive checklist:

CaselIT commented 2 years ago

Should we also do an f-string pass?

vytas7 commented 2 years ago

Should we also do an f-string pass?

Not strictly required, but I suppose we could, yes :wink:

ihood commented 2 years ago

Hi! Another developer and I are interested in completing a few of these tasks, may we work on this?

vytas7 commented 2 years ago

@ihood perhaps this wasn't among the most contributor-friendly tasks, but, OTOH, why not? :smiling_imp: Go ahead, we'll try to support you!

vytas7 commented 2 years ago

Hi again @ihood! I've decided to tackle this myself since this is blocking a couple of other issues that we would love to start moving forward with.

If you're still open to contributing to Falcon, we'd be happy to come up with other contributor-friendly issue suggestions.

vytas7 commented 2 years ago

Done in #2074