From 129a44debddbe7b49fbe4e9b27b6a1c95baabd9c Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 22 Oct 2021 11:28:34 -0700 Subject: python API client: require python3.5+ explicitly for future releases --- python_openapi_client/README.md | 2 +- python_openapi_client/setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'python_openapi_client') diff --git a/python_openapi_client/README.md b/python_openapi_client/README.md index a3b99da8..8cc34147 100644 --- a/python_openapi_client/README.md +++ b/python_openapi_client/README.md @@ -10,7 +10,7 @@ For more information, please visit [https://fatcat.wiki](https://fatcat.wiki) ## Requirements. -Python 2.7 and 3.5+ +Python 3.5+ ## Installation & Usage ### pip install diff --git a/python_openapi_client/setup.py b/python_openapi_client/setup.py index bef29376..9da87d51 100644 --- a/python_openapi_client/setup.py +++ b/python_openapi_client/setup.py @@ -98,6 +98,7 @@ class UploadCommand(Command): setup( name=NAME, version=about['__version__'], + python_requires=">=3.5", description=DESCRIPTION, long_description=long_description, long_description_content_type='text/markdown', -- cgit v1.2.3