From 62e4fc568d80fd83550f1b45364ecc49a608c271 Mon Sep 17 00:00:00 2001 From: himkt Date: Sat, 13 Jan 2024 20:05:57 +0900 Subject: [PATCH] ci: run ci with py311 --- .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 183bd0c..0b2fb28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v1