From ebe62a83a0b2e23027c2740ce222c15498849ac8 Mon Sep 17 00:00:00 2001 From: Ross Barnowski Date: Fri, 22 May 2026 11:53:45 -0700 Subject: [PATCH] Add sphinx8 to oldsphinx testing matrix. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c7c16ec6..a37f1645 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: matrix: os: [Ubuntu] python-version: ["3.10", "3.11"] - sphinx-version: ["sphinx<7", "sphinx<8"] + sphinx-version: ["sphinx<7", "sphinx<8", "sphinx<9"] defaults: run: shell: bash -eo pipefail {0}