diff --git a/.travis.yml b/.travis.yml index f9f80835..89a228b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: python python: - pypy - - 2.7 + - 3.7-dev - 3.6 - 3.5 - 3.4 diff --git a/setup.py b/setup.py index bac78e0d..3e9185fb 100644 --- a/setup.py +++ b/setup.py @@ -17,18 +17,18 @@ url="https://github.com/hugovk/tinytext", keywords=["botally", "tiny type", "tiny type", "tiny text", "cute text", "generator"], - python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", + python_requires=">=3.4", classifiers=[ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", - "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", + "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Artistic Software",