Skip to content

Commit fb0551b

Browse files
authored
Add v3.12 (#11)
1 parent b5db589 commit fb0551b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
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.8', '3.9', '3.10', '3.11']
13+
version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1414
steps:
1515
- uses: styfle/cancel-workflow-action@main
1616
with:
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
strategy:
4848
matrix:
49-
version: ['3.8', '3.9', '3.10', '3.11']
49+
version: ['3.8', '3.9', '3.10', '3.11', '3.12']
5050
format: [html, latex]
5151
needs: ['update-translation']
5252
steps:
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676
strategy:
7777
matrix:
78-
version: ['3.8', '3.9', '3.10', '3.11']
78+
version: ['3.8', '3.9', '3.10', '3.11', '3.12']
7979
needs: ['build-translation']
8080
steps:
8181
- uses: actions/download-artifact@master

0 commit comments

Comments
 (0)