summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@paylead.fr>2021-11-08 14:37:11 +0100
committerRaphaël Barrois <raphael.barrois@paylead.fr>2021-11-08 14:51:48 +0100
commitb77275c1385057c661092696213f40e61b9d4b3d (patch)
tree4bc225bc6e5701b10bd995b26eda9b1a20ccc694
parent93c7028c8d4f2ca894734f39b7cb393b259c4cab (diff)
downloadsemantic-version-compat-django-4.tar.gz
Remove Python 3.4 from testing matrixcompat-django-4
No longer available on GitHub.
-rw-r--r--.github/workflows/test.yml4
1 files 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