|
91 | 91 | runs-on: ubuntu-22.04 |
92 | 92 | strategy: |
93 | 93 | matrix: |
94 | | - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] |
| 94 | + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] |
95 | 95 | name: Merge tests 2 - Python (${{ matrix.python-version }}) functional tests (Ubuntu) |
96 | 96 | steps: |
97 | 97 | - name: Checkout the code |
@@ -153,7 +153,7 @@ jobs: |
153 | 153 | - name: Setup Python |
154 | 154 | uses: actions/setup-python@v5 |
155 | 155 | with: |
156 | | - python-version: '3.12' |
| 156 | + python-version: '3.13' |
157 | 157 |
|
158 | 158 | - name: Install zcbor |
159 | 159 | uses: ./.github/actions/install_zcbor |
@@ -248,7 +248,7 @@ jobs: |
248 | 248 | runs-on: ubuntu-22.04 |
249 | 249 | strategy: |
250 | 250 | matrix: |
251 | | - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] |
| 251 | + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] |
252 | 252 | asserts: ["", "-x VERBOSE=ON -x ASSERTS=ON"] |
253 | 253 | name: Release tests 3 (Python ${{ matrix.python-version }}${{ matrix.asserts != '' && ' with asserts' || '' }}) |
254 | 254 | needs: |
@@ -284,7 +284,7 @@ jobs: |
284 | 284 | runs-on: ubuntu-22.04 |
285 | 285 | strategy: |
286 | 286 | matrix: |
287 | | - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] |
| 287 | + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] |
288 | 288 | asserts: ["", "-x VERBOSE=ON -x ASSERTS=ON"] |
289 | 289 | name: Release tests 4 (Python ${{ matrix.python-version }}${{ matrix.asserts != '' && ' with asserts' || '' }}) |
290 | 290 | needs: |
|
0 commit comments