From ff6f3d7eb287cf67e2952362556c7e2a581d9fbd Mon Sep 17 00:00:00 2001 From: Roland Kaminski Date: Wed, 10 Jun 2026 10:45:15 +0200 Subject: [PATCH] Update Python versions in workflow configuration Removed Python versions 3.11 and 3.12 from setup. --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3113509..e057f3e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,8 +24,6 @@ jobs: with: python-version: | 3.10 - 3.11 - 3.12 3.14 - name: install requirements