From 35df27a501512a547bd501d0ac54aa1de171b16d Mon Sep 17 00:00:00 2001 From: voluntas Date: Tue, 7 Jan 2025 11:08:23 +0900 Subject: [PATCH] =?UTF-8?q?E2E=20=E3=83=86=E3=82=B9=E3=83=88=E3=81=AB=20Py?= =?UTF-8?q?thon=203.13=20=E3=82=92=E8=BF=BD=E5=8A=A0=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/e2e-test.yml | 2 +- CHANGES.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 87e6203..bdfe8cd 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -18,7 +18,7 @@ jobs: e2e_test_ubuntu: strategy: matrix: - python_version: ["3.10", "3.11", "3.12"] + python_version: ["3.10", "3.11", "3.12", "3.13"] os: ["ubuntu-22.04", "ubuntu-24.04"] runs-on: ${{ matrix.os}} timeout-minutes: 15 diff --git a/CHANGES.md b/CHANGES.md index 93df739..b91dc43 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -17,3 +17,5 @@ - @voluntas - [CHANGE] E2E テスト成功時に slack 通知をしないようにする - @voluntas +- [CHANGE] E2E テストに Python 3.13 を追加 + - @voluntas