From 481e295f5d99164ecaa2990f03dae307e4a33662 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20=C5=BBydek?= Date: Thu, 1 Feb 2024 17:50:12 +0800 Subject: [PATCH] feat: drop support for python < 3.6 BREAKING CHANGE: now only Python >= 3.6 is supported --- README.md | 3 +-- template/README.mustache | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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/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