[INTEGRATION] Limit Python version to max 3.9 for robotframework-onap
[testsuite/python-testing-utils.git] / robotframework-onap / setup.cfg
index 1b88084..846efc7 100644 (file)
@@ -16,6 +16,9 @@ classifier =
     Programming Language :: Python :: 2.7
     Programming Language :: Python :: 3.7
 
+[options]
+python_requires = >=2.7,<=3.9
+
 [files]
 packages =
     vcpeutils