From b77275c1385057c661092696213f40e61b9d4b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Mon, 8 Nov 2021 14:37:11 +0100 Subject: Remove Python 3.4 from testing matrix No longer available on GitHub. --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 02cb641..3c9918b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,10 +13,10 @@ jobs: fail-fast: false matrix: include: - # Django 1.11: 3.4, 3.7 + # Django 1.11: 3.5, 3.7 - python-version: "2.7" django-family: 111 - - python-version: "3.4" + - python-version: "3.5" django-family: 111 - python-version: "3.7" django-family: 111 -- cgit v1.2.1