GithubHelp home page GithubHelp logo

RFE: drop python<=3.7 support about beaker HOT 5 CLOSED

kloczek avatar kloczek commented on July 22, 2024
RFE: drop python<=3.7 support

from beaker.

Comments (5)

amol- avatar amol- commented on July 22, 2024

Install base of Python 3.7 and 3.8 constitutes >50% of all installed python versions (see https://w3techs.com/technologies/history_details/pl-python/3 for example) and specifically to beaker, Python 2.7 is still the 4th most used version with 3.7 being the 3rd: https://pypistats.org/packages/beaker

Beaker should follow the demand from its users, not force them to upgrade unless it's necessary.
Especially since the overhead of maintaining backward compatibility hasn't been much so far.
Over time we will phase out unused versions.

from beaker.

kloczek avatar kloczek commented on July 22, 2024

This RFE i snot about abandon support of any of those python versions. 😄
It is about branch current tree and backport only critical changes to be able keep on master 100% c;lean code supporting only not EOSed python versions 😋
Benefit of that is that should allow remove and/or clen a lot of code which would fully compensate devel man/hours spend on backporting critical changes.
Only this and nothing more ..

from beaker.

amol- avatar amol- commented on July 22, 2024

I'm not convinced that it would compensate the labour necessary to maintain two branches, practically rewriting everything twice, especially as the codebase starts to diverge and thus changes might not easily merge anymore. Plus the initial effort at upgrading the codebase (and no, pyupgrade --py39-plus is not enough if you want to actually take benefit on the new patterns that are available in newer versions instead of just changing set(...) to {...} which is little more than syntactic sugar)

from beaker.

kloczek avatar kloczek commented on July 22, 2024

Please .. I'm not talking about create two branches. I'm talking about one branch and backport only critical fixes.

pyupgrade --py39-plus is not enough if you want to actually take benefit on the new patterns that are available in newer versions instead of just changing set(...) to {...} which is little more than syntactic sugar)

Please try to have closer look closer on what is possible to remove more after that automatic filtering all code.

from beaker.

amol- avatar amol- commented on July 22, 2024

Please .. I'm not talking about create two branches. I'm talking about one branch and backport only critical fixes.

I have no interest in backporting only critical fixes given that the Beaker users of versions < 3.9 are still the majority, so it would imply maintaining two branches. I still don't see the benefit of this and I will personally phase out Python versions when I see them going in disuse between our users.

from beaker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.