From ffc6a4d55036329f39e8a6655cdf4c19b9ad5aee Mon Sep 17 00:00:00 2001 From: Robin Modisch Date: Sun, 28 Jan 2024 15:59:23 +0100 Subject: [PATCH] Update ci.yml py to 3.11 --- .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 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: |