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@polytechnique.org>2021-11-08 14:56:48 +0100
commit81a4730778fba6b5c76242d3c8da6dace7e2ec0a (patch)
tree4bc225bc6e5701b10bd995b26eda9b1a20ccc694
parent8abf0030e215804eb84e63a9233010abc02e05a5 (diff)
downloadsemantic-version-81a4730778fba6b5c76242d3c8da6dace7e2ec0a.tar.gz
Remove Python 3.4 from testing matrix
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