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

broken Python 3.3 support due to wheel #1179

Closed
matejcik opened this issue May 18, 2018 · 1 comment
Closed

broken Python 3.3 support due to wheel #1179

matejcik opened this issue May 18, 2018 · 1 comment

Comments

@matejcik
Copy link

With #1176, Python 3.3 support is broken because wheel 0.31 dropped support.

This means that virtualenv 16.0.0 will install fine on a Python 3.3 config, but then fail to create any virtualenvs.

virtualenv should also declare that it doesn't support 3.3

@pganssle
Copy link
Member

Yes, this is causing all my Travis tox projects to break.

A post release should be made on 16.0 to update the requires_python to exclude 3.3.

@pypa pypa locked and limited conversation to collaborators Jan 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants