File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3939 - " 3.13"
4040 - " 3.13t"
4141 docutils :
42- - " 0.20"
43- - " 0.21"
42+ - " 0.20.0 "
43+ - " 0.21.0 "
4444# include:
4545# # test every supported Docutils version for the latest supported Python
4646# - python: "3.13"
7272 env :
7373 UV_PYTHON : " python${{ matrix.python }}"
7474 - name : Install Docutils ${{ matrix.docutils }}
75- run : uv pip install --upgrade "docutils~=${{ matrix.docutils }}.0 "
75+ run : uv pip install --upgrade "docutils~=${{ matrix.docutils }}"
7676 env :
7777 UV_PYTHON : " python${{ matrix.python }}"
7878 - name : Test with pytest
9090 python :
9191 - " 3.14"
9292 docutils :
93- - " 0.20"
94- - " 0.21"
93+ - " 0.20.0 "
94+ - " 0.21.0 "
9595
9696 steps :
9797 - uses : actions/checkout@v4
@@ -110,7 +110,7 @@ jobs:
110110 python -m pip install --upgrade pip
111111 python -m pip install . --group test
112112 - 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 }}"
114114 - name : Test with pytest
115115 run : python -m pytest -n logical --dist=worksteal -vv --durations 25
116116 env :
You can’t perform that action at this time.
0 commit comments