File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 39
39
- " 3.13"
40
40
- " 3.13t"
41
41
docutils :
42
- - " 0.20"
43
- - " 0.21"
42
+ - " 0.20.0 "
43
+ - " 0.21.0 "
44
44
# include:
45
45
# # test every supported Docutils version for the latest supported Python
46
46
# - python: "3.13"
72
72
env :
73
73
UV_PYTHON : " python${{ matrix.python }}"
74
74
- name : Install Docutils ${{ matrix.docutils }}
75
- run : uv pip install --upgrade "docutils~=${{ matrix.docutils }}.0 "
75
+ run : uv pip install --upgrade "docutils~=${{ matrix.docutils }}"
76
76
env :
77
77
UV_PYTHON : " python${{ matrix.python }}"
78
78
- name : Test with pytest
90
90
python :
91
91
- " 3.14"
92
92
docutils :
93
- - " 0.20"
94
- - " 0.21"
93
+ - " 0.20.0 "
94
+ - " 0.21.0 "
95
95
96
96
steps :
97
97
- uses : actions/checkout@v4
@@ -110,7 +110,7 @@ jobs:
110
110
python -m pip install --upgrade pip
111
111
python -m pip install . --group test
112
112
- name : Install Docutils ${{ matrix.docutils }}
113
- run : python -m pip install --upgrade "docutils~=${{ matrix.docutils }}.0 "
113
+ run : python -m pip install --upgrade "docutils~=${{ matrix.docutils }}"
114
114
- name : Test with pytest
115
115
run : python -m pytest -n logical --dist=worksteal -vv --durations 25
116
116
env :
You can’t perform that action at this time.
0 commit comments