Skip to content

Commit

Permalink
wip myst
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Nov 15, 2024
1 parent d6efa91 commit 6fb3110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
python-version: [ '3.8', '3.9', '3.10', '3.11']
# Removed testing of myst-parser-version<0.18.0
myst-parser-version: [ '>=0.18.0,<0.19', '>=0.19.0,<1.0', '>=1.0.0,<2', '>=2.0.0,<3']
myst-parser-version: [ '>=0.19.0,<1.0', '>=1.0.0,<2', '>=2.0.0,<3', '>=3.0.0<4', '>=4.0.0<5' ]
jsonref-version: [">1"]
include:
# jsonref 1.0 has a backwards incompatible change - make sure we test just once with an older version of jsonref
Expand Down

0 comments on commit 6fb3110

Please sign in to comment.