Skip to content

Conversation

@hugovk
Copy link
Member

@hugovk hugovk commented Oct 10, 2019

Python 3.4

Python 3.4 is EOL and no longer receiving security updates (or any updates) from the core Python team.

Version Release date Supported until
2.7 2010-07-03 2020-01-01
3.4 2014-03-16 2019-03-16

Source: https://en.wikipedia.org/wiki/CPython#Version_history

It's also little used. Here's the pip installs for pytest-factoryboy from PyPI for September 2019:

category percent downloads
3.7 45.44% 17,493
3.6 31.35% 12,071
2.7 17.05% 6,563
3.5 4.80% 1,847
null 1.20% 462
3.4 0.16% 60
2.6 0.01% 3
Total 38,499

Date range: 2019-09-01 - 2019-09-30

Source: pip install -U pypistats && pypistats python_minor pytest-factoryboy --last-month

pytest 3.6-4.5, 5.0

Also pytest 4.0-4.2 are failing on master:

Remove all the old ones and only test against pytest 4.6 (the last to support Python 2.7) and the latest version (currently 5.2).


This change is Reviewable

Copy link
Contributor

@youtux youtux left a comment

Choose a reason for hiding this comment

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

Also please add an entry in CHANGES.rst

@youtux
Copy link
Contributor

youtux commented Oct 11, 2019

Please add an entry in CHANGES.rst

@hugovk
Copy link
Member Author

hugovk commented Oct 11, 2019

Done!

@youtux youtux merged commit 353b788 into pytest-dev:master Oct 11, 2019
@youtux
Copy link
Contributor

youtux commented Oct 11, 2019

Thank you!

@hugovk hugovk deleted the rm-3.4 branch October 11, 2019 13:41
@hugovk
Copy link
Member Author

hugovk commented Oct 11, 2019

You're welcome!

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.

2 participants