summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml1
-rw-r--r--pyproject.toml3
2 files changed, 1 insertions, 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 = "*"