From d7b2e89150081cf44e36c8ddf2cbe5b64fab67fd Mon Sep 17 00:00:00 2001 From: Alex Boten Date: Thu, 1 Oct 2020 22:22:49 -0700 Subject: [PATCH] removing references to python 3.4 --- _template/setup.cfg | 3 +-- tox.ini | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/_template/setup.cfg b/_template/setup.cfg index fd86c7988..8190ef232 100644 --- a/_template/setup.cfg +++ b/_template/setup.cfg @@ -34,14 +34,13 @@ classifiers = License :: OSI Approved :: Apache Software License Programming Language :: Python Programming Language :: Python :: 3 - Programming Language :: Python :: 3.4 Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 [options] -python_requires = >=3.4 +python_requires = >=3.5 package_dir= =src packages=find_namespace: diff --git a/tox.ini b/tox.ini index 8948e2f55..7f7f81758 100644 --- a/tox.ini +++ b/tox.ini @@ -5,10 +5,10 @@ envlist = ; Environments are organized by individual package, allowing ; for specifying supported Python versions per package. - ; py3{4,5,6,7,8}-test-flask + ; py3{5,6,7,8}-test-flask ; pypy3-test-flask - ; py3{4,5,6,7,8}-test-django + ; py3{5,6,7,8}-test-django ; pypy3-test-django lint