From b60a584d4b6912e69d2f13319a2a9e2b726f55b8 Mon Sep 17 00:00:00 2001 From: Denis Cornehl Date: Tue, 12 Dec 2023 09:25:39 +0100 Subject: [PATCH] upgrade to python 3.11.7 --- .github/workflows/ci.yml | 2 +- runtime.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b4a1ce1..121e70b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: 3.11.2 + python-version: 3.11.7 cache: 'poetry' - name: Install dependencies diff --git a/runtime.txt b/runtime.txt index 04d03e38..1f79d441 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.11.2 +python-3.11.7