Skip to content

Commit 7d7034e

Browse files
3.14 time! (#78)
* 3.14 time! * Bump VERSION constant to 3.14 --------- Co-authored-by: Maciej Olko <maciej.olko@gmail.com>
1 parent 0e7ca63 commit 7d7034e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
version: [3.13, 3.12, 3.11, '3.10', 3.9]
17+
version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9]
1818
steps:
1919
- uses: styfle/cancel-workflow-action@main
2020
with:
@@ -74,7 +74,7 @@ jobs:
7474
strategy:
7575
fail-fast: false
7676
matrix:
77-
version: [3.13, 3.12, 3.11]
77+
version: [3.14, 3.13, 3.12, 3.11]
7878
needs: ['update-translation']
7979
continue-on-error: true
8080
steps:
@@ -93,7 +93,7 @@ jobs:
9393
strategy:
9494
fail-fast: false
9595
matrix:
96-
version: [3.13, 3.12, 3.11, '3.10', 3.9, 3.8]
96+
version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9, 3.8]
9797
format: [html, latex]
9898
needs: ['update-translation']
9999
steps:
@@ -125,7 +125,7 @@ jobs:
125125
runs-on: ubuntu-latest
126126
strategy:
127127
matrix:
128-
version: [3.13, 3.12, 3.11, '3.10', 3.9, 3.8]
128+
version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9, 3.8]
129129
needs: ['build-translation']
130130
steps:
131131
- uses: actions/download-artifact@master

manage_translation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def _call(command: str):
5050

5151

5252
PROJECT_SLUG = 'python-newest'
53-
VERSION = '3.13'
53+
VERSION = '3.14'
5454

5555

5656
def recreate_tx_config():

0 commit comments

Comments
 (0)