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 support for Python 3.9, drop EOL 3.5 #30

Closed
wants to merge 5 commits into from

Conversation

hugovk
Copy link

@hugovk hugovk commented Jan 6, 2021

Here's the pip installs for p_tqdm from PyPI for December 2020:

category percent downloads
3.6 48.25% 1,598
3.7 37.71% 1,249
3.8 10.24% 339
null 2.63% 87
3.9 0.72% 24
2.7 0.24% 8
3.5 0.21% 7
Total 3,312

Source: pip install -U pypistats && pypistats python_minor p_tqdm --last-month

Also:

  • Declare support for and test Python 3.9, released October 2020
  • Remove unused six dependency
  • Add python_requires to help pip
  • Upgrade Python syntax with https://github.com/asottile/pyupgrade --py36-plus

@hugovk hugovk changed the title Drop support for EOL Python 3.5 Add support for Python 3.9, drop EOL 3.5 Jan 6, 2021
@hugovk
Copy link
Author

hugovk commented Jan 6, 2021

@hugovk
Copy link
Author

hugovk commented Jan 6, 2022

Closing this year-old PR, but happy to re-open if you like! We can now add 3.10 and drop 3.6.

@hugovk hugovk closed this Jan 6, 2022
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.

1 participant