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 support for Python 3.3 #1666
Comments
I've force-built this job to cut the release of 12.0.2. |
I'm sure it's safe to just drop 3.3 |
Good point. Rather than waiting for upstream pytest to fix their distribution, let's just drop support. |
There's nothing to fix in pytest upstream: they've officially dropped support for 2.6 and 3.3 in their latest release. We can only pin version of this dependency. |
There is an upstream bug - the 3.3 release doesn't effectively declare dropped support for 3.3 but its dependency (py) does... so pip attempts to install it and then fails. |
Oh, I see. But it doesn't change the fact that 3.3 isn't supported anymore :) |
The tests on failing on Python 3.3 due to pytest-dev/pytest#2966, blocking releases.
The text was updated successfully, but these errors were encountered: