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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog suggests Python 3.4-3.6 is unsupported, but project metadata allows these versions #541

Closed
EpicWink opened this issue Mar 26, 2024 · 0 comments · Fixed by #542
Closed

Comments

@EpicWink
Copy link

EpicWink commented Mar 26, 2024

The changelog says:

Remove support of Python 2.x, <3.7

But setup.py says:

    python_requires=">=3.4",
    ...
    classifiers=[
        ...
        "Programming Language :: Python :: 3.4",
        "Programming Language :: Python :: 3.5",
        "Programming Language :: Python :: 3.6",
@EpicWink EpicWink changed the title Changelog suggests Python 3.4-3.7 is unsupported, but project metadata allows these versions Changelog suggests Python 3.4-3.6 is unsupported, but project metadata allows these versions Mar 26, 2024
@jtroussard jtroussard linked a pull request Mar 26, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant