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