Figuring out versioning is hard. PyPI should encourage semver by including PEP 440 version strings that you can copy and paste into install_requires. This'll encourage module authors to do their best to follow semver.

And also it means I can copy and paste the things and my code won't silently break because I didn't specify dependency versioning. More specifically, it'll just have me specify dependency versioning by default.
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/Y34UTHWPCN6ACY5GDZYIS4MC6NFQ6OQH/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to