Skip to content

Commit 8ca37bd

Browse files
committed
CI: cleanup upper limits as these should be picked up by the devdeps job
1 parent 8bbb0ab commit 8ca37bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
matrix:
2121
os: [ubuntu-latest]
2222
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)
23+
sphinx: [""] # Newest Sphinx (any)
24+
myst-parser: [""] # Newest MyST Parser (any)
2525
include:
2626
# Just check the other platforms once
2727
- os: windows-latest

0 commit comments

Comments
 (0)