diff options
author | Sam James <sam@gentoo.org> | 2024-04-29 23:03:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-29 23:03:33 +0100 |
commit | f24da1270bd354e58b6be99e858d23a6e2bf0c78 (patch) | |
tree | 5777fac8916ebedfe2b01d1fd109a53a8cc09e2c /htdocs/index.html | |
parent | Bump pkgcheck2html (diff) | |
download | qa-scripts-f24da1270bd354e58b6be99e858d23a6e2bf0c78.tar.gz qa-scripts-f24da1270bd354e58b6be99e858d23a6e2bf0c78.tar.bz2 qa-scripts-f24da1270bd354e58b6be99e858d23a6e2bf0c78.zip |
Makefile.gpyutils, htdocs/index.html: add 3.11->3.12 stable reports
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'htdocs/index.html')
-rw-r--r-- | htdocs/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index f40051e..60955d2 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -106,6 +106,12 @@ </a> </div> <div class="list-group-item list-group-item-action p-0"> + <a href="/output/gpyutils/311-to-312-stablereq.txt" class="list-group-item-base-link">Py3.11 → 3.12 stabilizations</a> + <a href="/output/gpyutils/311-to-312-stablereq.svg" class="list-group-item-additional-link p-1"> + <span class="badge badge-primary">svg</span> + </a> + </div> + <div class="list-group-item list-group-item-action p-0"> <a href="/output/gpyutils/310-to-311.txt" class="list-group-item-base-link">Py3.10 → 3.11 testing</a> <a href="/output/gpyutils/310-to-311.svg" class="list-group-item-additional-link p-1"> <span class="badge badge-primary">svg</span> |