From e0d4f2620615df1cff97e88f65f67734f05cbd72 Mon Sep 17 00:00:00 2001 From: Flynn Date: Thu, 11 Jul 2019 21:08:48 -0400 Subject: [PATCH] drop py34 --- .travis.yml | 1 - pyproject.toml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c857edc..54d99eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ cache: - "$HOME/.cache/pypoetry" python: - "2.7" - - "3.4" - "3.5" - "3.6" - "3.7" diff --git a/pyproject.toml b/pyproject.toml index 9497a0b..95007e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,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", @@ -52,7 +51,7 @@ classifiers = [ ] [tool.poetry.dependencies] -python = "~2.7 || ^3.4" +python = "~2.7 || ^3.5" [tool.poetry.dev-dependencies] sphinx = {version = "^2.1", python = "^3.7"}