From 8eccee04e884225323261d2e562ab06017c7fd4b Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Sat, 27 Apr 2024 11:49:10 -0700 Subject: [PATCH] Test on sphinx 7.3 (#547) Test on sphinx-7.3 --- .circleci/config.yml | 1 - .github/workflows/test.yml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a67976c0..66a60c8d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,6 @@ jobs: source venv/bin/activate python -m pip install --upgrade pip wheel setuptools python -m pip install --upgrade -r requirements/doc.txt - python -m pip install 'sphinx!=7.3.*' python -m pip list - save_cache: key: pip-cache diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8e070737..02eb7b43 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: os: [Ubuntu] python-version: ["3.9", "3.10", "3.11", "3.12"] sphinx-version: - ["sphinx==6.0", "sphinx==6.2", "sphinx==7.0", "'sphinx>=7.2,<7.3'"] + ["sphinx==6.0", "sphinx==6.2", "sphinx==7.0", "sphinx>=7.3"] steps: - uses: actions/checkout@v4 @@ -84,7 +84,6 @@ jobs: python -m pip install --upgrade pip wheel setuptools python -m pip install --pre -r requirements/test.txt -r requirements/doc.txt python -m pip install codecov - python -m pip install 'sphinx!=7.3.*' python -m pip list - name: Install