diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 678c040..efc1065 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -81,8 +81,8 @@ jobs: strategy: matrix: # mediapipe が Python 3.13 に対応していない - # python_version: ["3.10", "3.11", "3.12"] - python_version: ["3.10", "3.11", "3.12", "3.13"] + # python_version: ["3.10", "3.11", "3.12", "3.13"] + python_version: ["3.10", "3.11", "3.12"] runs-on: windows-2022 timeout-minutes: 15 env: