|
23 | 23 | runs-on: "ubuntu-20.04"
|
24 | 24 | continue-on-error: ${{ matrix.config.experimental }}
|
25 | 25 | 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,pypy-3.10' |
| 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,pypy-3.10' |
27 | 27 |
|
28 | 28 | strategy:
|
29 | 29 | fail-fast: False
|
|
36 | 36 | - {python-version: "3.10", testenvs: "py310,build", experimental: False}
|
37 | 37 | - {python-version: "3.11", testenvs: "py311,build", experimental: False}
|
38 | 38 | - {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} |
40 | 40 | - {python-version: "pypy-3.6", testenvs: "pypy36,build", experimental: False}
|
41 | 41 | - {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: False}
|
42 | 42 | - {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: False}
|
|
45 | 45 |
|
46 | 46 | steps:
|
47 | 47 | - name: Checkout 🛎️
|
48 |
| - uses: "actions/checkout@v3" |
| 48 | + uses: "actions/checkout@v4" |
49 | 49 |
|
50 | 50 | - name: Check for changed files
|
51 | 51 | if: startsWith(github.ref, 'refs/tags/') != true
|
|
60 | 60 | - name: Setup Python 🐍
|
61 | 61 | id: setup-python
|
62 | 62 | if: ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
|
63 |
| - uses: "actions/setup-python@v4" |
| 63 | + uses: "actions/setup-python@v5" |
64 | 64 | with:
|
65 | 65 | python-version: "${{ matrix.config.python-version }}"
|
66 | 66 |
|
@@ -90,10 +90,10 @@ jobs:
|
90 | 90 | runs-on: "ubuntu-20.04"
|
91 | 91 | steps:
|
92 | 92 | - name: Checkout 🛎️
|
93 |
| - uses: "actions/checkout@v3" |
| 93 | + uses: "actions/checkout@v4" |
94 | 94 |
|
95 | 95 | - name: Setup Python 🐍
|
96 |
| - uses: "actions/setup-python@v4" |
| 96 | + uses: "actions/setup-python@v5" |
97 | 97 | with:
|
98 | 98 | python-version: 3.8
|
99 | 99 |
|
@@ -139,11 +139,11 @@ jobs:
|
139 | 139 | runs-on: "ubuntu-20.04"
|
140 | 140 | steps:
|
141 | 141 | - name: Checkout 🛎️
|
142 |
| - uses: "actions/checkout@v3" |
| 142 | + uses: "actions/checkout@v4" |
143 | 143 | if: startsWith(github.ref, 'refs/tags/')
|
144 | 144 |
|
145 | 145 | - name: Setup Python 🐍
|
146 |
| - uses: "actions/setup-python@v4" |
| 146 | + uses: "actions/setup-python@v5" |
147 | 147 | if: startsWith(github.ref, 'refs/tags/')
|
148 | 148 | with:
|
149 | 149 | python-version: 3.8
|
@@ -184,10 +184,10 @@ jobs:
|
184 | 184 | if: startsWith(github.ref, 'refs/tags/') || (startsWith(github.event.head_commit.message, 'Bump version') != true)
|
185 | 185 | steps:
|
186 | 186 | - name: Checkout 🛎️
|
187 |
| - uses: "actions/checkout@v3" |
| 187 | + uses: "actions/checkout@v4" |
188 | 188 |
|
189 | 189 | - name: Setup Python 🐍
|
190 |
| - uses: "actions/setup-python@v4" |
| 190 | + uses: "actions/setup-python@v5" |
191 | 191 | with:
|
192 | 192 | python-version: 3.8
|
193 | 193 |
|
|
0 commit comments