From 988af7f53ffbc654c67ca7cedf7425db09d55257 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Thu, 18 Apr 2024 09:49:14 -0400 Subject: [PATCH] CI: do not test Sphinx 7.3 --- .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 98b4d79b..1c1f92f6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: os: [Ubuntu] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] sphinx-version: - ["sphinx==6.0", "sphinx==6.2", "sphinx==7.0", "sphinx>=7.2"] + ["sphinx==6.0", "sphinx==6.2", "sphinx==7.0", "'sphinx>=7.2,<7.3'"] steps: - uses: actions/checkout@v4