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

Update classifier in setup.py #5

Open
kit494way opened this issue Jun 17, 2023 · 0 comments
Open

Update classifier in setup.py #5

kit494way opened this issue Jun 17, 2023 · 0 comments

Comments

@kit494way
Copy link
Contributor

The dependent package jmespath-community supports Python 3.7 or higher.
Because Python 3.7 will be EOL at 2023-06-27, it may be better to specify 3.8 and above.
At least 2.6, 2.7 and 3.3 can be dropped.

classifiers=(
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Natural Language :: English',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',

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

No branches or pull requests

1 participant