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

Fixed minimum Python version to >=3.6 #493

Conversation

andy-maier
Copy link

Fixes issue #492
For details, see the commit message.

Details:

* Version 0.14.0 was released with use of type hints, but did not
  declare Python 3.6 as a minimum version in a way that package installers
  support. Also, the Trove classifiers in the package still listed
  Python 2.7 as supported.

  This fix establishes Python 3.6 as the minimum supported version, by
  nmeans of:

  - it adds the 'python_requires' argument to setup() in setup.py in order
    to declare the supported versions in a package installer suitable way.

  - it changed the Trove classifiers in setup.py to state the supported
    Python versions.

  - it removed Pyhton 2.7 from .travis.yml.

Signed-off-by: Andreas Maier <[email protected]>
@alecthomas
Copy link
Owner

We actually don't support 3.6 either, mind removing that too?

@cjw296
Copy link
Contributor

cjw296 commented Nov 17, 2023

Only saw this after #494 went up.
Happy to see either landed, lemme know how I can help.

@alecthomas
Copy link
Owner

Ah whoops, I merged the other one. Thanks anyway!

@alecthomas alecthomas closed this Nov 17, 2023
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.

3 participants