Hacker News new | ask | show | jobs
by kstrauser 407 days ago
Python doesn’t use plain semver: https://peps.python.org/pep-0440/
1 comments

The reference Python implementation, written in C, doesn't use semver. But other projects in the Python ecosystem are generally assumed to unless stated otherwise. For example, Setuptools does (but not pip: https://pip.pypa.io/en/stable/development/release-process/).