From afb21107b4e2631fb6259988fbf9481e32864572 Mon Sep 17 00:00:00 2001 From: Alexey Volkov Date: Tue, 15 Jan 2019 18:25:49 -0800 Subject: [PATCH] SDK - Update minimum Python version to 3.5.3 This version has multiple bug fixes. Last release available for Debian 9. --- sdk/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/setup.py b/sdk/python/setup.py index 758efd80260..bbca8a7b94b 100644 --- a/sdk/python/setup.py +++ b/sdk/python/setup.py @@ -67,7 +67,7 @@ 'Topic :: Software Development :: Libraries', 'Topic :: Software Development :: Libraries :: Python Modules', ], - python_requires='>=3.5', + python_requires='>=3.5.3', include_package_data=True, entry_points = { 'console_scripts': [