From 456c2696481d395f7ed5dbda304b41ab06ff4ce3 Mon Sep 17 00:00:00 2001 From: Alessandro Felder Date: Thu, 9 Nov 2023 11:44:12 +0000 Subject: [PATCH] drop 3.8 support, add 3.11 --- .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 4f75af4..22bc31b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: # Run all supported Python versions on linux - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.9", "3.10", "3.11"] os: [ubuntu-latest] # Include one windows and macos run include: