From a1909a5f06a54525d2301e69d2b8fa1a03ba0418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yasunori=20Morishima=EF=BC=88=E7=9B=9B=E5=B3=B6=E5=BA=B7?= =?UTF-8?q?=E5=BE=B3=EF=BC=89?= Date: Mon, 10 Aug 2026 12:32:17 +0900 Subject: [PATCH 1/3] Run CI on Python 3.14 as well as 3.13 (#1291) Adds 3.14 to the matrix of the Linux, macOS and Windows workflows so the suite actually reports whether the project runs on it, rather than the question staying open. --- .github/workflows/Linux_CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Linux_CI.yml b/.github/workflows/Linux_CI.yml index f1e305e8a7..f812a3a97e 100644 --- a/.github/workflows/Linux_CI.yml +++ b/.github/workflows/Linux_CI.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ '3.13' ] + python-version: [ '3.13', '3.14' ] name: Python ${{ matrix.python-version }} CI From b10f79ce62f4f5cc6916d3b2cdafbafbbd426d69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yasunori=20Morishima=EF=BC=88=E7=9B=9B=E5=B3=B6=E5=BA=B7?= =?UTF-8?q?=E5=BE=B3=EF=BC=89?= Date: Mon, 10 Aug 2026 12:32:18 +0900 Subject: [PATCH 2/3] Run CI on Python 3.14 as well as 3.13 (#1291) Adds 3.14 to the matrix of the Linux, macOS and Windows workflows so the suite actually reports whether the project runs on it, rather than the question staying open. --- .github/workflows/MacOS_CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/MacOS_CI.yml b/.github/workflows/MacOS_CI.yml index 1c9493c824..2a1078ba5c 100644 --- a/.github/workflows/MacOS_CI.yml +++ b/.github/workflows/MacOS_CI.yml @@ -16,7 +16,7 @@ jobs: runs-on: macos-latest strategy: matrix: - python-version: [ '3.13' ] + python-version: [ '3.13', '3.14' ] name: Python ${{ matrix.python-version }} CI steps: - uses: actions/checkout@v6 From 09c74c4bf08c0ada7ef6aea524e74eb518990ebb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yasunori=20Morishima=EF=BC=88=E7=9B=9B=E5=B3=B6=E5=BA=B7?= =?UTF-8?q?=E5=BE=B3=EF=BC=89?= Date: Mon, 10 Aug 2026 12:32:20 +0900 Subject: [PATCH 3/3] Run CI on Python 3.14 as well as 3.13 (#1291) Adds 3.14 to the matrix of the Linux, macOS and Windows workflows so the suite actually reports whether the project runs on it, rather than the question staying open. --- .github/workflows/Windows_CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Windows_CI.yml b/.github/workflows/Windows_CI.yml index c430d1b934..fa9a873c33 100644 --- a/.github/workflows/Windows_CI.yml +++ b/.github/workflows/Windows_CI.yml @@ -16,7 +16,7 @@ jobs: runs-on: windows-latest strategy: matrix: - python-version: [ '3.13' ] + python-version: [ '3.13', '3.14' ] name: Python ${{ matrix.python-version }} CI steps: - uses: actions/checkout@v6