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

Add specific Python 3 versions supported to Trove classifiers #14

Closed
johnthagen opened this issue Jun 6, 2020 · 0 comments · Fixed by #15
Closed

Add specific Python 3 versions supported to Trove classifiers #14

johnthagen opened this issue Jun 6, 2020 · 0 comments · Fixed by #15

Comments

@johnthagen
Copy link

johnthagen commented Jun 6, 2020

It appears the CI build only tests Python 3.7 and 3.8:

python-version: [2.7, 3.7, 3.8]

Since Python 3.6 is supported until December 2021, could Python 3.6 support be added and wheels published for macOS and Windows?

The setup.py trove classifiers could then be updated to indicate which Python 3 versions are supported:

"Programming Language :: Python :: 3",

 "Programming Language :: Python :: 3.6",
 "Programming Language :: Python :: 3.7", 
 "Programming Language :: Python :: 3.8",

PyInstaller will be using tinyaes on it's next release, so I expect an increase in user base at that time.

@johnthagen johnthagen changed the title Add specific Python 3 versions supported to Trove classifierss Add specific Python 3 versions supported to Trove classifiers Jun 6, 2020
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