drop auto tests for python3.8 since it is EOL

This commit is contained in:
DavidVadnais 2025-03-22 15:55:22 -10:00
parent aa92cb782c
commit 4c2857008e

View File

@ -9,9 +9,7 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
# Explicitly include Python 3.8 and 3.9 only with Django 4 # Explicitly include Python 3.9 only with Django 4
- python-version: "3.8"
django-version: "4"
- python-version: "3.9" - python-version: "3.9"
django-version: "4" django-version: "4"
# Define the general matrix for Python with Django # Define the general matrix for Python with Django