Drop support for Python < 3.7

This commit is contained in:
Andrew Rabert 2018-12-04 23:00:28 -05:00
parent 22e4ea6592
commit bed9d3a1fd
2 changed files with 2 additions and 4 deletions

View file

@ -36,8 +36,6 @@ setuptools.setup(
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Software Development :: Libraries',
@ -57,5 +55,5 @@ setuptools.setup(
use_scm_version=True,
namespace_packages=['sprockets', 'sprockets.mixins'],
test_suite='nose.collector',
python_requires='>=3.5',
python_requires='>=3.7',
zip_safe=False)

View file

@ -1,5 +1,5 @@
[tox]
envlist = py35,py36,py37
envlist = py37
indexserver =
default = https://pypi.python.org/simple
toxworkdir = build/tox