Closed hugovk closed 1 year ago
Python 3.11.1 is out, let's just say 3.11 to test the latest.
3.11
And we can also now test 3.12-dev.
3.12-dev
And maybe it's time to drop EOL Python 2.7, 3.5 and 3.6?
It would allow modernising the code to use newer features, and reduce the resources used by the CI.
https://devguide.python.org/versions/
Here's the pip installs for emoji from PyPI for November 2022, showing they're little used:
Source: pip install -U pypistats && pypistats python_minor emoji --last-month
pip install -U pypistats && pypistats python_minor emoji --last-month
Thank you for PR! We will think about drop support for Python 2.7, 3.5 and 3.6.
Python 3.11.1 is out, let's just say
3.11
to test the latest.And we can also now test
3.12-dev
.And maybe it's time to drop EOL Python 2.7, 3.5 and 3.6?
It would allow modernising the code to use newer features, and reduce the resources used by the CI.
https://devguide.python.org/versions/
Here's the pip installs for emoji from PyPI for November 2022, showing they're little used:
Source:
pip install -U pypistats && pypistats python_minor emoji --last-month