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 Trove classifiers for Python 3.10 and 3.11 #229

Merged
merged 6 commits into from Sep 17, 2022

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Aug 30, 2022

  • Add Trove classifiers for Python 3.10 and 3.11
  • Add python_requires to help pip
  • Fix some typos: Unicode, PyPI and GitHub

setup.py Outdated
@@ -31,6 +31,7 @@
setup(
name='emoji',
author=author,
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
author_email=email,
classifiers=[
'Development Status :: 4 - Beta',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking at this, I think we should also replace the development status classifier with Development Status :: 5 - Production/Stable

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated! 🚀

@TahirJalilov
Copy link
Collaborator

Thank you for PR

@TahirJalilov TahirJalilov merged commit 3cb6da6 into carpedm20:master Sep 17, 2022
@hugovk hugovk deleted the add-3.10 branch September 17, 2022 19:56
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.

None yet

3 participants