From 33f580859cb93923f284256598a9a3dc0d9cb0f3 Mon Sep 17 00:00:00 2001 From: Ben Lauret Date: Sun, 1 Oct 2023 06:01:02 +0200 Subject: [PATCH] updated ci to python 3.11 --- .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 f6ec43f..8a57dd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: env: CACHE_VERSION: 1 - DEFAULT_PYTHON: "3.10" + DEFAULT_PYTHON: "3.11" PRE_COMMIT_HOME: ~/.cache/pre-commit jobs: @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10"] + python-version: ["3.11"] steps: - name: Check out code from GitHub uses: actions/checkout@v2