diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2022-03-16 07:17:44 +0000 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2022-03-21 07:18:19 +0000 |
commit | 99abf24637a523b1fac45c7132d31dd9b54effe3 (patch) | |
tree | a4dd91d7227a66a2c95a6cc4d37f53dbdd0b6a01 | |
parent | 00e71b3e00867fa4525b0af9f657cc95fbacfc36 (diff) |
[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 <michal.jagiello@t-mobile.pl>
Change-Id: I2232dcbae7f5149d5e31ce5aecac9a98a3e7871f
-rw-r--r-- | robotframework-onap/setup.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
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 |