Skip to content

Commit 3d0f113

Browse files
committed
tests: Don't test with myst-parser 4, but do test with 3
#60
1 parent 4556465 commit 3d0f113

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ 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.18.0,<0.19', '>=0.19.0,<1.0', '>=1.0.0,<2', '>=2.0.0,<3', '>=3.0.0,<4']
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
1616
- python-version: '3.11'
1717
jsonref-version: "==0.3"
18-
myst-parser-version: '>=0.18.0'
18+
myst-parser-version: '>=3.0.0,<4'
1919
steps:
2020
- uses: actions/checkout@v2
2121
- name: Setup python

0 commit comments

Comments
 (0)