From 07bffac8d190bf285a50a03f2ff04dedc4066db9 Mon Sep 17 00:00:00 2001 From: Rikko Date: Wed, 17 May 2023 02:57:07 +0530 Subject: [PATCH] Use python 3.11 with 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 621ca6a..b4bf462 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.10"] + python-version: ["3.11"] steps: - uses: actions/checkout@v3 with: