-
-
Notifications
You must be signed in to change notification settings - Fork 269
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
Filter prerelease versions in package iterators by default #28
Comments
OK - modern pip does this via |
+1, pulling in prerelease versions is probably worse than not supporting old setuptools. The logic is pretty simple, perhaps we could just reimplement it if old setuptools support is a priority. |
OK - looking back into this, it looks like the only version of setuptools that depends on packaging is I'll take a spin at this presently. |
Thanks @jsirois! |
This is in and will go out with the |
Thanks again for the quick turnaround on this! |
Pip has the
--pre
flag -- we should allow similar behavior.The text was updated successfully, but these errors were encountered: