Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'python_requires=">=3.6"' to match tomli package #656

Merged
merged 1 commit into from Oct 28, 2022

Commits on Oct 28, 2022

  1. Add 'python_requires=">=3.6"' to match tomli package

    By adding a dependency on the `tomli` packages, which only has versions
    available for python >=3.6 (>=3.7 for the lastest version at the
    moment), `autopep8` effectively became compatible with python >=3.6
    also.
    This changes reflects that by properly providing the `Requires-Python` package
    metadata
    (https://packaging.python.org/en/latest/guides/dropping-older-python-versions/#specify-the-version-ranges-for-supported-python-distributions).
    vphilippon committed Oct 28, 2022
    Copy the full SHA
    25a95c1 View commit details
    Browse the repository at this point in the history