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

Drop unsupported Python 3.3 #45

Merged
merged 4 commits into from Jul 26, 2018
Merged

Drop unsupported Python 3.3 #45

merged 4 commits into from Jul 26, 2018

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Oct 11, 2017

EOL since 2017-09-29:
https://en.wikipedia.org/wiki/CPython#Version_history

See also #44 which fixes the flake8 error for Python 3.5 on the CI.

@hugovk
Copy link
Contributor Author

hugovk commented Oct 17, 2017

pip install from PyPI for the last month:

$ pypinfo --pip --percent inflect pyversion
python_version percent download_count
-------------- ------- --------------
2.7              76.9%         49,561
3.5               9.9%          6,413
3.6               9.0%          5,788
3.4               3.7%          2,414
3.3               0.3%            188
2.6               0.1%             61
3.7               0.0%             29
3.2               0.0%             12

@jaraco
Copy link
Owner

jaraco commented May 8, 2018

Sounds reasonable. Let's do this in a backward-incompatible release after the 0.3 release.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 21

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 99.067%

Totals Coverage Status
Change from base Build 19: 0.0%
Covered Lines: 1168
Relevant Lines: 1179

💛 - Coveralls

1 similar comment
@coveralls
Copy link

Pull Request Test Coverage Report for Build 21

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 99.067%

Totals Coverage Status
Change from base Build 19: 0.0%
Covered Lines: 1168
Relevant Lines: 1179

💛 - Coveralls

@coveralls
Copy link

coveralls commented Jul 24, 2018

Pull Request Test Coverage Report for Build 25

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 99.067%

Totals Coverage Status
Change from base Build 19: 0.0%
Covered Lines: 1168
Relevant Lines: 1179

💛 - Coveralls

@hugovk
Copy link
Contributor Author

hugovk commented Jul 24, 2018

Resolved merge conflict, and upgraded Python syntax using https://github.com/asottile/pyupgrade.

@hugovk
Copy link
Contributor Author

hugovk commented Jul 26, 2018

Sounds reasonable. Let's do this in a backward-incompatible release after the 0.3 release.

@jaraco 0.3 has been released. Can this be merged? Thanks!

@jaraco jaraco merged commit a71517c into jaraco:master Jul 26, 2018
@hugovk hugovk deleted the rm-3.3 branch July 26, 2018 16:16
@jaraco jaraco mentioned this pull request Sep 23, 2018
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