From bfae5240e1da0f2e6d7d53caf0398618bef494b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gordon=20J=2E=20K=C3=B6hn?= Date: Tue, 12 Nov 2024 13:43:14 +0100 Subject: [PATCH] fix test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 553c075..3d89bff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: true matrix: - python-version: ["3.12.6"] + python-version: ["3.10.12"] poetry-version: ["1.8.3"] steps: