Skip to content

Commit 4d511a3

Browse files
committed
ci: add Python 3.13 to test matrix
Run repo file checks on Python 3.13 and include 3.13 in the CI Python matrices.
1 parent fabf9ef commit 4d511a3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/run-tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
runs-on: ubuntu-22.04
9292
strategy:
9393
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']
9595
name: Merge tests 2 - Python (${{ matrix.python-version }}) functional tests (Ubuntu)
9696
steps:
9797
- name: Checkout the code
@@ -153,7 +153,7 @@ jobs:
153153
- name: Setup Python
154154
uses: actions/setup-python@v5
155155
with:
156-
python-version: '3.12'
156+
python-version: '3.13'
157157

158158
- name: Install zcbor
159159
uses: ./.github/actions/install_zcbor
@@ -248,7 +248,7 @@ jobs:
248248
runs-on: ubuntu-22.04
249249
strategy:
250250
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']
252252
asserts: ["", "-x VERBOSE=ON -x ASSERTS=ON"]
253253
name: Release tests 3 (Python ${{ matrix.python-version }}${{ matrix.asserts != '' && ' with asserts' || '' }})
254254
needs:
@@ -284,7 +284,7 @@ jobs:
284284
runs-on: ubuntu-22.04
285285
strategy:
286286
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']
288288
asserts: ["", "-x VERBOSE=ON -x ASSERTS=ON"]
289289
name: Release tests 4 (Python ${{ matrix.python-version }}${{ matrix.asserts != '' && ' with asserts' || '' }})
290290
needs:

0 commit comments

Comments
 (0)