From: Vladimír Vondruš Date: Sun, 15 Sep 2024 14:24:16 +0000 (+0200) Subject: doc: show pybind11 and doxygen versions in the build status page. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=df894269c25f368405742bc16fcb4bc3ca56384d;p=blog.git doc: show pybind11 and doxygen versions in the build status page. --- 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