From 5fd8017cf5d61044a83b33a396a275088755da45 Mon Sep 17 00:00:00 2001 From: James Socol Date: Tue, 5 Dec 2023 12:58:58 -0500 Subject: [PATCH] Exclude old python from main branch --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6833f5..6c99c94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,10 @@ jobs: django: '5.0' - python-version: '3.9' django: '5.0' + - python-version: '3.8' + django: 'main' + - python-version: '3.9' + django: 'main' include: - python-version: '3.12' django: '5.0'