From: Michal Jagiello Date: Wed, 16 Mar 2022 07:17:44 +0000 (+0000) Subject: [INTEGRATION] Limit Python version to max 3.9 for robotframework-onap X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F40%2F127840%2F2;p=testsuite%2Fpython-testing-utils.git [INTEGRATION] Limit Python version to max 3.9 for robotframework-onap It's related with testing framework (nosetest) which is not compatibile with Python 3.10 Issue-ID: INT-1977 Signed-off-by: Michal Jagiello Change-Id: I2232dcbae7f5149d5e31ce5aecac9a98a3e7871f --- diff --git a/robotframework-onap/setup.cfg b/robotframework-onap/setup.cfg index 1b88084..846efc7 100644 --- a/robotframework-onap/setup.cfg +++ b/robotframework-onap/setup.cfg @@ -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