◐ Shell
clean mode source ↗

bpo-46184: remove `netlify.toml` by sobolevn · Pull Request #30272 · python/cpython

@sobolevn

kumaraditya303

hugovk

@sobolevn

Mariatta

epicfaace added a commit to epicfaace/cpython that referenced this pull request

May 16, 2022

ewdurbin pushed a commit that referenced this pull request

Dec 6, 2022
…2852)

* Revert "bpo-46184: remove `netlify.toml` (#30272)"

This reverts commit fbaf2e6.

* Delete runtime.txt

* Create runtime.txt

* Delete runtime.txt

* Update netlify.toml

* Update netlify.toml

* Add netlify badge

* Update Doc/tools/templates/layout.html

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>

* Update layout.html

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>

aryautkarsh091 added a commit to aryautkarsh091/astropy that referenced this pull request

Jan 18, 2026
Switch to packaging.version.Version for version comparison
to handle PEP 440 dev/rc versions correctly. This resolves
failures introduced by PR astropy#7647 and avoids distutils'
LooseVersion bug (see python/cpython#30272).

Add tests for dev/rc version handling in minversion.