We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bbb0ab commit 8ca37bdCopy full SHA for 8ca37bd
1 file changed
.github/workflows/tests.yml
@@ -20,8 +20,8 @@ jobs:
20
matrix:
21
os: [ubuntu-latest]
22
python-version: ["3.9", "3.10", "3.11", "3.12"]
23
- sphinx: [">=5,<9"] # Newest Sphinx (any)
24
- myst-parser: [">=1,<3"] # Newest MyST Parser (any)
+ sphinx: [""] # Newest Sphinx (any)
+ myst-parser: [""] # Newest MyST Parser (any)
25
include:
26
# Just check the other platforms once
27
- os: windows-latest
0 commit comments