summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Parise <jon@pinterest.com>2019-06-07 14:26:04 -0700
committerGitHub <noreply@github.com>2019-06-07 14:26:04 -0700
commit708fb55e2af6d5a58046f1ff5597f0024b5865e2 (patch)
treef2297c1f5637e1ee347ea3c561c08f82445c6761
parentc3c73add8a4ed988c5a017d19e340decbea64b14 (diff)
downloadpymemcache-708fb55e2af6d5a58046f1ff5597f0024b5865e2.tar.gz
Drop official support for Python 3.4 (#234)
Python 3.4 has reached end-of-life so remove it from the set of officially supported Python versions.
-rw-r--r--.travis.yml2
-rw-r--r--setup.cfg1
2 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 51d4563..1bd1d1d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,8 +4,6 @@ matrix:
include:
- python: 2.7
env: TOXENV=py27,py27-flake8
- - python: 3.4
- env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.6
diff --git a/setup.cfg b/setup.cfg
index 1b81621..a1f5478 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -12,7 +12,6 @@ keywords = memcache, client, database
classifiers =
Programming Language :: Python
Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7