@@ -23,22 +23,20 @@ jobs:
2323 runs-on : " ubuntu-20.04"
2424 continue-on-error : ${{ matrix.config.experimental }}
2525 env :
26- USING_COVERAGE : ' 3.6,3. 7,3.8,3.9,3.10,3.11.0-alpha.6,pypy-3 .6,pypy-3.7,pypy-3.8,pypy-3.9'
26+ USING_COVERAGE : ' 3.7,3.8,3.9,3.10,3.11.0-alpha.6,pypy-3.7,pypy-3.8,pypy-3.9'
2727
2828 strategy :
2929 fail-fast : False
3030 matrix :
3131 config :
32- - {python-version: "3.6", testenvs: "py36-sphinx{3.2,3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4},build", experimental: False}
33- - {python-version: "3.7", testenvs: "py37-sphinx{3.2,3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4},build", experimental: False}
34- - {python-version: "3.8", testenvs: "py38-sphinx{3.2,3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4},build", experimental: False}
35- - {python-version: "3.9", testenvs: "py39-sphinx{3.2,3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4},build", experimental: False}
36- - {python-version: "3.10", testenvs: "py310-sphinx{3.2,3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4},build", experimental: False}
37- - {python-version: "3.11.0-alpha.6", testenvs: "py311-sphinx{3.2,3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4},build", experimental: False}
38- - {python-version: "pypy-3.6", testenvs: "pypy36-sphinx{3.2,3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4},build", experimental: False}
39- - {python-version: "pypy-3.7", testenvs: "pypy37-sphinx{3.2,3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4},build", experimental: True}
40- - {python-version: "pypy-3.8", testenvs: "pypy38-sphinx{3.2,3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4},build", experimental: True}
41- - {python-version: "pypy-3.9", testenvs: "pypy39-sphinx{3.2,3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4}", experimental: True}
32+ - {python-version: "3.7", testenvs: "py37-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
33+ - {python-version: "3.8", testenvs: "py38-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
34+ - {python-version: "3.9", testenvs: "py39-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
35+ - {python-version: "3.10", testenvs: "py310-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
36+ - {python-version: "3.11.0-alpha.6", testenvs: "py311-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
37+ - {python-version: "pypy-3.7", testenvs: "pypy37-jinja2{3.1,3.0,2.11,2.10},build", experimental: True}
38+ - {python-version: "pypy-3.8", testenvs: "pypy38-jinja2{3.1,3.0,2.11,2.10},build", experimental: True}
39+ - {python-version: "pypy-3.9", testenvs: "pypy39-jinja2{3.1,3.0,2.11,2.10}", experimental: True}
4240
4341 steps :
4442 - name : Checkout 🛎️
@@ -144,7 +142,7 @@ jobs:
144142 python -VV
145143 python -m site
146144 python -m pip install --upgrade pip setuptools wheel
147- python -m pip install --upgrade "mkrecipe" "whey"
145+ python -m pip install --upgrade "mkrecipe" "whey" "whey-pth"
148146 # $CONDA is an environment variable pointing to the root of the miniconda directory
149147 $CONDA/bin/conda config --set always_yes yes --set changeps1 no
150148 $CONDA/bin/conda update -n base conda
0 commit comments