Skip to content

Commit 6fc9755

Browse files
committed
Add 3.12 to CI versions matrix
1 parent 1aea1dc commit 6fc9755

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update-lint-and-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
version: [3.11, '3.10', 3.9, 3.8]
13+
version: [3.12, 3.11, '3.10', 3.9, 3.8]
1414
steps:
1515
- uses: styfle/cancel-workflow-action@main
1616
with:
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
strategy:
5656
matrix:
57-
version: [3.11, '3.10', 3.9, 3.8]
57+
version: [3.12, 3.11, '3.10', 3.9, 3.8]
5858
needs: ['update-translation']
5959
continue-on-error: true
6060
steps:
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ubuntu-latest
7171
strategy:
7272
matrix:
73-
version: [3.11, '3.10', 3.9, 3.8]
73+
version: [3.12, 3.11, '3.10', 3.9, 3.8]
7474
format: [html, latex]
7575
needs: ['update-translation']
7676
steps:
@@ -99,7 +99,7 @@ jobs:
9999
runs-on: ubuntu-latest
100100
strategy:
101101
matrix:
102-
version: [3.11, '3.10', 3.9, 3.8]
102+
version: [3.12, 3.11, '3.10', 3.9, 3.8]
103103
needs: ['build-translation']
104104
steps:
105105
- uses: actions/download-artifact@master

0 commit comments

Comments
 (0)