Skip to content

Conversation

@judahrand
Copy link

@judahrand judahrand commented Dec 15, 2019

Python versions below 3.5 are now considered end-of-life with 2.7 support being dropped on 1st January 2020 and 3.4 on 3rd March 2019.
(https://devguide.python.org/devcycle/#end-of-life-branches)

It also seems that the previously downloaded .tar.gz for Python 3.2 has disappeared resulting in test failure.

Python versions below 3.5 are now considered end-of-life with 2.7 support being dropped on 1st January 2020 and 3.4 on 3rd March 2019.
(https://devguide.python.org/devcycle/#end-of-life-branches)
@hugovk
Copy link

hugovk commented Mar 4, 2020

How about also adding some Trove classifiers?

This would then also fix #33.

For example:

        "Programming Language :: Python :: 3",
        "Programming Language :: Python :: 3.5",
        "Programming Language :: Python :: 3.6",
        "Programming Language :: Python :: 3.7",
        "Programming Language :: Python :: 3.8",
        "Programming Language :: Python :: 3 :: Only",

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 this pull request may close these issues.

2 participants