Comment on PyPI Blog: Releases now reject new files after 14 daysparentComments−PunchyHamster1mo(like allowing people to support new Python versions without bumping a package’s version)...why Python is just breaking compatibility so bad with new version it needs that ?−woodruffw1moIt doesn’t. It’s really only relevant if you use version-specific APIs/ABIs in wheels containing machine code. Pure Python wheels don’t generally need this.
Comments
...why Python is just breaking compatibility so bad with new version it needs that ?
It doesn’t. It’s really only relevant if you use version-specific APIs/ABIs in wheels containing machine code. Pure Python wheels don’t generally need this.