astroid < 1.3
coverage < 5
cryptography < 2.2
isort < 4.3.0
paramiko < 2.4.0
pip < 10.0.0
py < 1.5.0
pycodestyle < 3
pylint < 1.4
pytest < 3.3
requests < 2.20
setuptools < 37dev
tox < 3.0.0
twine < 1.8.0
virtualenv < 16.0.0
Last active
August 12, 2023 18:47
-
-
Save dmtucker/fe1c075c1d04853118c8fa23f9ee46c9 to your computer and use it in GitHub Desktop.
Supporting Old Pythons
more-itertools < 6
pylint < 2.0.0
pytest-randomly < 2.0.0
setuptools < 45
setuptools-scm < 6
astroid < 1.6.0
coverage < 5
isort < 4.3.0
pycodestyle < 3
pylint < 1.8
tox < 3.0.0
tox-travis < 0.11
twine < 1.12.0
setuptools < 51
- 50.3.2 requires 3.5+ https://pypi.org/project/setuptools/50.3.2/
- 51 requires 3.6+ https://pypi.org/project/setuptools/51.0.0/
setuptools-scm < 6
wheel < 0.38
pydantic < 1.10
:setuptools < 59
setuptools-scm < 7
wheel < 0.38
build < 0.10
twine < 4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For Python 2.6,
argparse
andimportlib
weren't in the standard library yet, but they are available on PyPI.