We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6efa91 commit 8b9cfa1Copy full SHA for 8b9cfa1
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
matrix:
10
python-version: [ '3.8', '3.9', '3.10', '3.11']
11
# 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']
+ myst-parser-version: [ '>=0.19.0,<1.0', '>=1.0.0,<2', '>=2.0.0,<3' ]
13
jsonref-version: [">1"]
14
include:
15
# jsonref 1.0 has a backwards incompatible change - make sure we test just once with an older version of jsonref
0 commit comments