Skip to content

Commit 4606233

Browse files
cclaussMikeMcC399
authored andcommitted
build: test on Python 3.14
Python v3.14 -- October 7th * https://www.python.org/download/pre-releases * https://www.python.org/downloads/release/python-3140rc3 PR-URL: #59983 Backport-PR-URL: #61370 Co-authored-by: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com> Reviewed-By: Stewart X Addison <sxa@redhat.com> Refs: #60874
1 parent 58fc3da commit 4606233

13 files changed

+15
-13
lines changed

.github/workflows/build-tarball.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ concurrency:
3030
cancel-in-progress: true
3131

3232
env:
33-
PYTHON_VERSION: '3.12'
33+
PYTHON_VERSION: '3.14'
3434
FLAKY_TESTS: keep_retrying
3535

3636
permissions:

.github/workflows/coverage-linux-without-intl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ concurrency:
3434
cancel-in-progress: true
3535

3636
env:
37-
PYTHON_VERSION: '3.12'
37+
PYTHON_VERSION: '3.14'
3838
FLAKY_TESTS: keep_retrying
3939
CC: sccache clang
4040
CXX: sccache clang++

.github/workflows/coverage-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ concurrency:
3434
cancel-in-progress: true
3535

3636
env:
37-
PYTHON_VERSION: '3.12'
37+
PYTHON_VERSION: '3.14'
3838
FLAKY_TESTS: keep_retrying
3939
CC: sccache clang
4040
CXX: sccache clang++

.github/workflows/coverage-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ concurrency:
3434
cancel-in-progress: true
3535

3636
env:
37-
PYTHON_VERSION: '3.12'
37+
PYTHON_VERSION: '3.14'
3838
FLAKY_TESTS: keep_retrying
3939

4040
permissions:

.github/workflows/daily-wpt-fyi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- cron: 30 0 * * *
1414

1515
env:
16-
PYTHON_VERSION: '3.12'
16+
PYTHON_VERSION: '3.14'
1717

1818
permissions:
1919
contents: read

.github/workflows/lint-release-proposal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
cancel-in-progress: true
1111

1212
env:
13-
PYTHON_VERSION: '3.12'
13+
PYTHON_VERSION: '3.14'
1414
NODE_VERSION: lts/*
1515

1616
permissions:

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
cancel-in-progress: true
1515

1616
env:
17-
PYTHON_VERSION: '3.12'
17+
PYTHON_VERSION: '3.14'
1818
NODE_VERSION: lts/*
1919

2020
permissions:

.github/workflows/test-internet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ concurrency:
3131
cancel-in-progress: true
3232

3333
env:
34-
PYTHON_VERSION: '3.12'
34+
PYTHON_VERSION: '3.14'
3535
FLAKY_TESTS: keep_retrying
3636
CC: sccache clang
3737
CXX: sccache clang++

.github/workflows/test-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ concurrency:
2929
cancel-in-progress: true
3030

3131
env:
32-
PYTHON_VERSION: '3.12'
32+
PYTHON_VERSION: '3.14'
3333
FLAKY_TESTS: keep_retrying
3434
CC: sccache clang
3535
CXX: sccache clang++

.github/workflows/test-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ concurrency:
3131
cancel-in-progress: true
3232

3333
env:
34-
PYTHON_VERSION: '3.12'
34+
PYTHON_VERSION: '3.14'
3535
XCODE_VERSION: '16.1'
3636
FLAKY_TESTS: keep_retrying
3737

0 commit comments

Comments
 (0)