Skip to content

Commit 8b9cfa1

Browse files
committed
wip myst
1 parent d6efa91 commit 8b9cfa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
python-version: [ '3.8', '3.9', '3.10', '3.11']
1111
# Removed testing of myst-parser-version<0.18.0
12-
myst-parser-version: [ '>=0.18.0,<0.19', '>=0.19.0,<1.0', '>=1.0.0,<2', '>=2.0.0,<3']
12+
myst-parser-version: [ '>=0.19.0,<1.0', '>=1.0.0,<2', '>=2.0.0,<3' ]
1313
jsonref-version: [">1"]
1414
include:
1515
# jsonref 1.0 has a backwards incompatible change - make sure we test just once with an older version of jsonref

0 commit comments

Comments
 (0)