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,3.12,3.13.0-alpha.2 ,pypy-3.6,pypy-3.7,pypy-3.8,pypy-3.9'
26+ USING_COVERAGE : ' 3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13.0-alpha.3 ,pypy-3.6,pypy-3.7,pypy-3.8,pypy-3.9'
2727
2828 strategy :
2929 fail-fast : False
@@ -36,15 +36,15 @@ jobs:
3636 - {python-version: "3.10", testenvs: "py310,build", experimental: False}
3737 - {python-version: "3.11", testenvs: "py311,build", experimental: False}
3838 - {python-version: "3.12", testenvs: "py312,build", experimental: False}
39- - {python-version: "3.13.0-alpha.2 ", testenvs: "py313-dev,build", experimental: True}
39+ - {python-version: "3.13.0-alpha.3 ", testenvs: "py313-dev,build", experimental: True}
4040 - {python-version: "pypy-3.6", testenvs: "pypy36,build", experimental: False}
4141 - {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: False}
4242 - {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: False}
4343 - {python-version: "pypy-3.9", testenvs: "pypy39,build", experimental: True}
4444
4545 steps :
4646 - name : Checkout 🛎️
47- uses : " actions/checkout@v3 "
47+ uses : " actions/checkout@v4 "
4848
4949 - name : Check for changed files
5050 if : startsWith(github.ref, 'refs/tags/') != true
5959 - name : Setup Python 🐍
6060 id : setup-python
6161 if : ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
62- uses : " actions/setup-python@v4 "
62+ uses : " actions/setup-python@v5 "
6363 with :
6464 python-version : " ${{ matrix.config.python-version }}"
6565
@@ -83,11 +83,11 @@ jobs:
8383 runs-on : " ubuntu-20.04"
8484 steps :
8585 - name : Checkout 🛎️
86- uses : " actions/checkout@v3 "
86+ uses : " actions/checkout@v4 "
8787 if : startsWith(github.ref, 'refs/tags/')
8888
8989 - name : Setup Python 🐍
90- uses : " actions/setup-python@v4 "
90+ uses : " actions/setup-python@v5 "
9191 if : startsWith(github.ref, 'refs/tags/')
9292 with :
9393 python-version : 3.8
0 commit comments