diff --git a/README.md b/README.md index 1ea9d9ff..1bdb65b2 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,7 @@ This Python package is automatically generated by the [Swagger Codegen](https:// The following Python versions are supported: -- Python 2.7 -- Python 3.4+ +- Python >= 3.6 ## Installation & Usage ### pip install diff --git a/setup.py b/setup.py index 1f2290b1..15016063 100644 --- a/setup.py +++ b/setup.py @@ -56,12 +56,7 @@ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', - 'Programming Language :: Python :: 2', 'Programming Language :: Python', - '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.8', diff --git a/template/README.mustache b/template/README.mustache index 7a9ceda1..72a8a632 100644 --- a/template/README.mustache +++ b/template/README.mustache @@ -53,8 +53,7 @@ For more information, please visit [{{{infoUrl}}}]({{{infoUrl}}}) The following Python versions are supported: -- Python 2.7 -- Python 3.4+ +- Python >= 3.6 ## Installation & Usage ### pip install diff --git a/template/setup.mustache b/template/setup.mustache index bba83880..9ad460a7 100644 --- a/template/setup.mustache +++ b/template/setup.mustache @@ -57,12 +57,7 @@ setup( 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', - 'Programming Language :: Python :: 2', 'Programming Language :: Python', - '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.8',