From 65c31f3f896f72f79a91907fdf6f4fdfb032df71 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Tue, 19 Nov 2024 08:31:13 +0900 Subject: [PATCH] Update python versions in ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9fed6fe..05a75bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9] + python-version: [3.9, 3.13] env: MPLBACKEND: agg steps: