Skip to content

Commit 70cae82

Browse files
committed
Add 3.15 (beta) to version matrix
1 parent eb8ee7c commit 70cae82

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
version: [3.14, 3.13, 3.12, 3.11, '3.10']
17+
version: [3.15, 3.14, 3.13, 3.12, 3.11, '3.10']
1818
steps:
1919
- uses: styfle/cancel-workflow-action@0.13.1
2020
with:
@@ -70,7 +70,7 @@ jobs:
7070
strategy:
7171
fail-fast: false
7272
matrix:
73-
version: [3.14, 3.13, 3.12, 3.11]
73+
version: [3.15, 3.14, 3.13, 3.12, 3.11]
7474
needs: ['update']
7575
continue-on-error: true
7676
steps:
@@ -89,7 +89,7 @@ jobs:
8989
strategy:
9090
fail-fast: false
9191
matrix:
92-
version: [3.14, 3.13, 3.12, 3.11, '3.10']
92+
version: [3.15, 3.14, 3.13, 3.12, 3.11, '3.10']
9393
format: [html, latex, epub]
9494
needs: ['update']
9595
steps:
@@ -123,7 +123,7 @@ jobs:
123123
runs-on: ubuntu-latest
124124
strategy:
125125
matrix:
126-
version: [3.14, 3.13, 3.12, 3.11, '3.10']
126+
version: [3.15, 3.14, 3.13, 3.12, 3.11, '3.10']
127127
needs: ['build']
128128
steps:
129129
- uses: actions/download-artifact@v8.0.1
@@ -141,7 +141,7 @@ jobs:
141141
runs-on: ubuntu-latest
142142
strategy:
143143
matrix:
144-
version: [3.14]
144+
version: [3.15, 3.14]
145145
needs: ['build']
146146
continue-on-error: true
147147
steps:

0 commit comments

Comments
 (0)