From 809ad7fa3df32c8c89c0de1ce319118f3e9221bd Mon Sep 17 00:00:00 2001 From: Mikail KOCAK Date: Thu, 3 Sep 2020 17:44:26 +0200 Subject: [PATCH] Updated documentations for Python compatiblity --- docs/index.rst | 2 +- setup.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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",