From ebae08d4bef5eeab68ea90e31f96992ae69d77ce Mon Sep 17 00:00:00 2001 From: Niels Wouda Date: Mon, 21 Oct 2024 17:34:46 +0200 Subject: [PATCH] Drop Py 3.10 and 3.11 (only keep 3.9 and 3.12) --- .github/workflows/alns.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/alns.yaml b/.github/workflows/alns.yaml index 340257b8..e8862c0e 100644 --- a/.github/workflows/alns.yaml +++ b/.github/workflows/alns.yaml @@ -21,10 +21,6 @@ jobs: extras: '--all-extras' - python-version: '3.9' extras: '' - - python-version: '3.10' - extras: '' - - python-version: '3.11' - extras: '' - python-version: '3.12' extras: '--all-extras' - python-version: '3.12'