-
-
Notifications
You must be signed in to change notification settings - Fork 168
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
Patch noarch python packages to require python 3 #93
Comments
I think we can do that if there's no python constraint there. We should first add a lint to add a lower bound on python and maybe also a mini migrator to add |
In favor of all of that |
What happens here if a package is explicitly written to work on 2.7 and greater? My code was just linted conda-forge/bamnostic-feedstock#36 and the co-maintainer made the |
Yes, the new packages cannot be installed in 2.7, but the old packages can be. If you want to avoid the lint, you can add |
Should we patch all python noarch package without a python constraint built after some date (say 2020-10-01) to require python 3?
This should avoid issues with having modern noarch packages being installable in py2 whilst not working.
The text was updated successfully, but these errors were encountered: