From f1cc29cb30f87c3eb96f7c4dab59f927f44652b8 Mon Sep 17 00:00:00 2001 From: Stefan Gula Date: Thu, 7 Dec 2023 12:34:52 +0100 Subject: [PATCH] Fix tox/lint issue with python3.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 9cfbb845..b84542de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: 3.x + python-version: 3.11 - uses: actions/cache@v3 with: path: ~/.cache/pip