summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Willhaus <mail@janwillhaus.de>2019-11-02 13:38:49 +0100
committerJan Willhaus <mail@janwillhaus.de>2019-11-02 13:38:49 +0100
commit78d6f01eba6ee485aca4986b942114f9a2cb7445 (patch)
treef6794492b29eb9fcd86e48e4aaca41f1987fc157
parent23b81eaac3c59c3a4359b87381474c203b8d1957 (diff)
downloadwarlock-drop_support_for_python_3.4.tar.gz
Drop support for EOL'd Python 3.4drop_support_for_python_3.4
-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 = "*"