From daa09e1535aaf44c826b841d6b3614e4187134ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Mon, 13 Jan 2025 09:39:38 +0000 Subject: [PATCH] ci: bump python to 3.12 --- .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 ba0c38203..f90d73b12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - uses: actions/setup-python@v1 with: - python-version: 3.8 + python-version: 3.12 - name: Install Python Dependencies run: | python -m pip install --upgrade pip