diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 84863554..0d356a82 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,8 +20,8 @@ jobs: matrix: os: [ubuntu-latest] python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] - sphinx: [">=5,<9"] # Newest Sphinx (any) - myst-parser: [">=1,<3"] # Newest MyST Parser (any) + sphinx: [""] # Newest Sphinx (any) + myst-parser: [""] # Newest MyST Parser (any) include: # Just check the other platforms once - os: windows-latest