2222 runs-on : " windows-2019"
2323 continue-on-error : ${{ matrix.config.experimental }}
2424 env :
25- USING_COVERAGE : ' 3.7,3.8,3.9,3.10,3.11.0-rc.1 ,pypy-3.7,pypy-3.8,pypy-3.9'
25+ USING_COVERAGE : ' 3.7,3.8,3.9,3.10,3.11,pypy-3.7,pypy-3.8,pypy-3.9'
2626
2727 strategy :
2828 fail-fast : False
@@ -32,14 +32,14 @@ jobs:
3232 - {python-version: "3.8", testenvs: "py38,build", experimental: False}
3333 - {python-version: "3.9", testenvs: "py39,build", experimental: False}
3434 - {python-version: "3.10", testenvs: "py310,build", experimental: False}
35- - {python-version: "3.11.0-rc.1 ", testenvs: "py311-dev,build", experimental: True}
35+ - {python-version: "3.11", testenvs: "py311-dev,build", experimental: True}
3636 - {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: True}
3737 - {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: True}
3838 - {python-version: "pypy-3.9", testenvs: "pypy39", experimental: True}
3939
4040 steps :
4141 - name : Checkout 🛎️
42- uses : " actions/checkout@v2 "
42+ uses : " actions/checkout@v3 "
4343
4444 - name : Check for changed files
4545 if : startsWith(github.ref, 'refs/tags/') != true
5454 - name : Setup Python 🐍
5555 id : setup-python
5656 if : ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
57- uses : " actions/setup-python@v2 "
57+ uses : " actions/setup-python@v4 "
5858 with :
5959 python-version : " ${{ matrix.config.python-version }}"
6060
0 commit comments