diff --git a/docs/index.rst b/docs/index.rst index e7743cd..d48c072 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,7 +7,7 @@ This is used to detect and correct features that are missing optimizations or th This is also used to quickly see and compare differences of made changes through the included diff tool. -This tool supports the Python versions: 2.7, 3.4, 3.5, 3.6, 3.7, and 3.8. +This tool supports the Python versions: 3.6, 3.7, and 3.8. Quick Start diff --git a/setup.py b/setup.py index 057abea..4701eb0 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,6 @@ def _read_file(path): "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", - "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8",