Skip to content

Commit

Permalink
CI: cleanup upper limits as these should be picked up by the devdeps job
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Sep 25, 2024
1 parent 8bbb0ab commit 8ca37bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
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
Expand Down

0 comments on commit 8ca37bd

Please sign in to comment.