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-beta.3 ,pypy-3.6,pypy-3.7,pypy-3.8'
26+ USING_COVERAGE : ' 3.6,3.7,3.8,3.9,3.10,3.11,pypy-3.6,pypy-3.7,pypy-3.8'
2727
2828 strategy :
2929 fail-fast : False
@@ -34,14 +34,14 @@ jobs:
3434 - {python-version: "3.8", testenvs: "py38,build", experimental: False}
3535 - {python-version: "3.9", testenvs: "py39,build", experimental: False}
3636 - {python-version: "3.10", testenvs: "py310,build", experimental: False}
37- - {python-version: "3.11.0-beta.3 ", testenvs: "py311-dev,build", experimental: True}
37+ - {python-version: "3.11", testenvs: "py311-dev,build", experimental: True}
3838 - {python-version: "pypy-3.6", testenvs: "pypy36,build", experimental: False}
3939 - {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: True}
4040 - {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: True}
4141
4242 steps :
4343 - name : Checkout 🛎️
44- uses : " actions/checkout@v2 "
44+ uses : " actions/checkout@v3 "
4545
4646 - name : Check for changed files
4747 if : startsWith(github.ref, 'refs/tags/') != true
5656 - name : Setup Python 🐍
5757 id : setup-python
5858 if : ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
59- uses : " actions/setup-python@v2 "
59+ uses : " actions/setup-python@v4 "
6060 with :
6161 python-version : " ${{ matrix.config.python-version }}"
6262
6666 python -VV
6767 python -m site
6868 python -m pip install --upgrade pip setuptools wheel
69- python -m pip install --upgrade tox virtualenv
69+ python -m pip install --upgrade tox virtualenv!=20.16.0
7070 python -m pip install --upgrade coverage_pyver_pragma
7171
7272 - name : " Run Tests for Python ${{ matrix.config.python-version }}"
@@ -86,10 +86,10 @@ jobs:
8686 runs-on : " ubuntu-20.04"
8787 steps :
8888 - name : Checkout 🛎️
89- uses : " actions/checkout@v2 "
89+ uses : " actions/checkout@v3 "
9090
9191 - name : Setup Python 🐍
92- uses : " actions/setup-python@v2 "
92+ uses : " actions/setup-python@v4 "
9393 with :
9494 python-version : 3.8
9595
@@ -135,11 +135,11 @@ jobs:
135135 runs-on : " ubuntu-20.04"
136136 steps :
137137 - name : Checkout 🛎️
138- uses : " actions/checkout@v2 "
138+ uses : " actions/checkout@v3 "
139139 if : startsWith(github.ref, 'refs/tags/')
140140
141141 - name : Setup Python 🐍
142- uses : " actions/setup-python@v2 "
142+ uses : " actions/setup-python@v4 "
143143 if : startsWith(github.ref, 'refs/tags/')
144144 with :
145145 python-version : 3.8
@@ -180,10 +180,10 @@ jobs:
180180 if : startsWith(github.ref, 'refs/tags/') || (startsWith(github.event.head_commit.message, 'Bump version') != true)
181181 steps :
182182 - name : Checkout 🛎️
183- uses : " actions/checkout@v2 "
183+ uses : " actions/checkout@v3 "
184184
185185 - name : Setup Python 🐍
186- uses : " actions/setup-python@v2 "
186+ uses : " actions/setup-python@v4 "
187187 with :
188188 python-version : 3.8
189189
0 commit comments