We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a76340 commit 425379cCopy full SHA for 425379c
update.sh
@@ -58,12 +58,14 @@ for version in "${versions[@]}"; do
58
{
59
git ls-remote --tags https://github.com/python/cpython.git "refs/tags/v${rcVersion}.*" \
60
| sed -r 's!^.*refs/tags/v([0-9a-z.]+).*$!\1!' \
61
+ | grep $rcGrepV -E -- '[a-zA-Z]+' \
62
|| :
63
64
# this page has a very aggressive varnish cache in front of it, which is why we also scrape tags from GitHub
65
curl -fsSL 'https://www.python.org/ftp/python/' \
66
| grep '<a href="'"$rcVersion." \
67
| sed -r 's!.*<a href="([^"/]+)/?".*!\1!' \
68
69
70
} | sort -ruV
71
) )
0 commit comments