Kyle Altendorf
Kyle Altendorf
This is a failed hack to get dependabot to run with 3.6 so it will include the (transitive?) compatibility libraries, but it breaks everything else.
In general, this sounds like schema versioning/change/migration management.
I should clarify that I am looking to discuss the Python client. It looks like perhaps @mrx23dot has interest and existing involvement in this as well.
We have interest in the arm stuff as well, but we only have private runners presently. I think GitHub is working on the macOS ARM runners though, at least. If...
I dunno... I get the interest in supporting Ubuntu LTS but keep in mind that means supporting 8 year old pip and 4 years past EOL python 3.5 by the...
Also, the actual reported error here is a problem with argparse_addons not having python_requires so I guess we hop over there and add the 3.6+.
How long is it planned this manual reimplementation of a long-standing Python feature will need to be maintained? End of standard support for Ubuntu 16.04 is April 2021, EOL is...
It relates to pip version, not so much Python 2.
Sorry, depending which thing you were referring to. `python_requires` is just right. `if sys.version` is about dealing with pip
FWIW, you basically shouldn't run `setup.py` anymore. `pip` installs, `build` builds sdists and wheels. Other than a project where I have a really silly thing setup to run on any...