diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-10-22 11:28:34 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-10-22 11:28:34 -0700 |
commit | 129a44debddbe7b49fbe4e9b27b6a1c95baabd9c (patch) | |
tree | 5c4b61b160bf184b8c774762e322b1d0cdc0f789 /python_openapi_client/README.md | |
parent | e6db9f21850d2a109833ea2cfc9540cb542d3420 (diff) | |
download | fatcat-129a44debddbe7b49fbe4e9b27b6a1c95baabd9c.tar.gz fatcat-129a44debddbe7b49fbe4e9b27b6a1c95baabd9c.zip |
python API client: require python3.5+ explicitly for future releases
Diffstat (limited to 'python_openapi_client/README.md')
-rw-r--r-- | python_openapi_client/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |