Skip to content

Commit

Permalink
E2E テストに Python 3.13 を追加する
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Jan 7, 2025
1 parent 34e42aa commit 35df27a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@
- @voluntas
- [CHANGE] E2E テスト成功時に slack 通知をしないようにする
- @voluntas
- [CHANGE] E2E テストに Python 3.13 を追加
- @voluntas

0 comments on commit 35df27a

Please sign in to comment.