From 4c2857008eb348acae36f161eae8ffe999fc9481 Mon Sep 17 00:00:00 2001 From: DavidVadnais Date: Sat, 22 Mar 2025 15:55:22 -1000 Subject: [PATCH] drop auto tests for python3.8 since it is EOL --- .github/workflows/pythonpackage.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 444b9e25..6eb1291b 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -9,9 +9,7 @@ jobs: strategy: matrix: include: - # Explicitly include Python 3.8 and 3.9 only with Django 4 - - python-version: "3.8" - django-version: "4" + # Explicitly include Python 3.9 only with Django 4 - python-version: "3.9" django-version: "4" # Define the general matrix for Python with Django