From df894269c25f368405742bc16fcb4bc3ca56384d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 15 Sep 2024 16:24:16 +0200 Subject: [PATCH] doc: show pybind11 and doxygen versions in the build status page. --- doc/build-status.html.in | 15 ++++++++------- package/ci/circleci.yml | 3 +++ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/doc/build-status.html.in b/doc/build-status.html.in index e551d261..b64d60a6 100644 --- a/doc/build-status.html.in +++ b/doc/build-status.html.in @@ -2,13 +2,14 @@ - Python
3.6 - Python
3.7 - Python
3.8 - Python
3.9 - Python
3.10 - Python
3.11 - Python
3.12 + + Python
3.6
+ Python
3.7
+ Python
3.8
+ Python
3.9
+ Python
3.10
+ Python
3.11
+ Python
3.12
code coverage diff --git a/package/ci/circleci.yml b/package/ci/circleci.yml index b80fd55a..e3cc43b6 100644 --- a/package/ci/circleci.yml +++ b/package/ci/circleci.yml @@ -191,6 +191,9 @@ commands: coverage combine codecov +# NOTE: Try to keep the versions reflected in doc/build-status.html.in for +# easier debugging when something goes wrong + jobs: py306: executor: python-3_06 -- 2.30.2