diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-08 16:13:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-08 16:13:56 +0200 |
commit | a0b6f8ee758ffb47e94719256307c1e913691215 (patch) | |
tree | 8278d86b1b04c939d2483d1e3be8d10f0c5d82b5 | |
parent | gpyutils: Add 312-to-313.txt (diff) | |
download | qa-scripts-a0b6f8ee758ffb47e94719256307c1e913691215.tar.gz qa-scripts-a0b6f8ee758ffb47e94719256307c1e913691215.tar.bz2 qa-scripts-a0b6f8ee758ffb47e94719256307c1e913691215.zip |
index: Include py3.12 → py3.13 report
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | htdocs/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 60955d2..ddd182b 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -100,6 +100,9 @@ <h3>Python reports</h3> <div class="list-group mb-3"> <div class="list-group-item list-group-item-action p-0"> + <a href="/output/gpyutils/312-to-313.txt" class="list-group-item-base-link">Py3.12 → 3.13 testing</a> + </div> + <div class="list-group-item list-group-item-action p-0"> <a href="/output/gpyutils/311-to-312.txt" class="list-group-item-base-link">Py3.11 → 3.12 testing</a> <a href="/output/gpyutils/311-to-312.svg" class="list-group-item-additional-link p-1"> <span class="badge badge-primary">svg</span> |