From 0db079a2c23dfcd8af96cd7a4cb4697ba63688ea Mon Sep 17 00:00:00 2001 From: TheHllm Date: Tue, 19 Nov 2024 15:05:01 +0100 Subject: [PATCH] fix remove python3.11 --- .github/workflows/test-and-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 2b740ff..e3c5fa1 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -20,7 +20,6 @@ jobs: fail-fast: false matrix: py: - - "3.11" - "3.12" steps: - name: Checkout repository