diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22b5937..92d0b4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - name: Set up Python ⚙️ uses: actions/setup-python@v4 with: - python-version: "3.9" # keep in sync with pipfile + python-version: "3.11" # keep in sync with pipfile - name: Install dependencies ⚙️ run: |