[INTEGRATION] Limit Python version to max 3.9 for robotframework-onap 40/127840/2
authorMichal Jagiello <michal.jagiello@t-mobile.pl>
Wed, 16 Mar 2022 07:17:44 +0000 (07:17 +0000)
committerMichal Jagiello <michal.jagiello@t-mobile.pl>
Mon, 21 Mar 2022 07:18:19 +0000 (07:18 +0000)
It's related with testing framework (nosetest) which is not compatibile with Python 3.10

Issue-ID: INT-1977
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I2232dcbae7f5149d5e31ce5aecac9a98a3e7871f

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