From 78d6f01eba6ee485aca4986b942114f9a2cb7445 Mon Sep 17 00:00:00 2001 From: Jan Willhaus Date: Sat, 2 Nov 2019 13:38:49 +0100 Subject: Drop support for EOL'd Python 3.4 --- .travis.yml | 1 - pyproject.toml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a7dfcf3..6e78520 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,6 @@ script: jobs: include: - python: 2.7 - - python: 3.4 - python: 3.5 - python: 3.6 - python: 3.7 diff --git a/pyproject.toml b/pyproject.toml index cbae1a3..9c2cf7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,6 @@ classifiers = [ "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", @@ -30,7 +29,7 @@ packages = [ ] [tool.poetry.dependencies] -python = "~2.7 || ^3.4" +python = "~2.7 || ^3.5" jsonschema = ">=0.7,<4" jsonpatch = ">=0.10,<2" six = "*" -- cgit v1.2.1