From 5eedda9e81df9d776629dc7fb25778e561cc85aa Mon Sep 17 00:00:00 2001 From: voluntas Date: Thu, 13 Feb 2025 15:07:45 +0900 Subject: [PATCH] =?UTF-8?q?Python=203.14=20=E3=82=92=E8=BF=BD=E5=8A=A0?= =?UTF-8?q?=E3=81=97=E3=81=A6=E3=81=BF=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2b4c104c..851c3b69 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,6 +82,7 @@ jobs: - "3.11" - "3.12" - "3.13" + - "3.14" include: - platform: name: ubuntu-24.04_armv8 @@ -229,6 +230,7 @@ jobs: - "3.11" - "3.12" - "3.13" + - "3.14" steps: - uses: actions/checkout@v4 - uses: actions/download-artifact@v4