From a1d16b6ecf2fceb70d19a237cda9f2d8964ae06f Mon Sep 17 00:00:00 2001 From: Keisuke Ogaki Date: Sat, 14 Oct 2023 16:43:29 +0900 Subject: [PATCH] :white_check_mark: test with python 3.11 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b1de936..87808d5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: max-parallel: 3 matrix: platform: [ubuntu-latest] - python-version: ["3.7", "3.8", "3.9", "3.10"] # 3.11 is not yet supported + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v2