diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b4a1ce..121e70b 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 04d03e3..1f79d44 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.11.2 +python-3.11.7