From 248c4be571876050543646f851218561ee55fa79 Mon Sep 17 00:00:00 2001 From: Tsuyoshi Hombashi Date: Tue, 31 Dec 2024 00:20:09 +0900 Subject: [PATCH] Update CI workflow to use Python 3.13 Signed-off-by: Tsuyoshi Hombashi --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0ad4a0..5501a3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,7 +118,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: "3.13" cache: pip cache-dependency-path: | setup.py @@ -148,7 +148,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: "3.13" cache: pip cache-dependency-path: | setup.py