From 98d11282e7a7a8db788700a0b13d545eefc6f9a2 Mon Sep 17 00:00:00 2001 From: Jan Chochol Date: Thu, 5 Aug 2021 15:30:48 +0200 Subject: [PATCH] Add minimal Python version --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7ed4654cf..ae794489e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ This repository contains Python packages useful for integration with GoodData.CN - gooddata-sdk: a Python SDK providing added value functions and convenience layers on top of the clients - gooddata-fdw: a GD.CN Foreign Data Wrapper for PostgreSQL +Code is compatible with Python 3.9 or newer. + ## API Clients These are generated using the openapi-generator. The generated clients are fairly convoluted and can be tricky