diff --git a/setup.py b/setup.py index 89d86d307..959b31418 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ keywords = 'robotframework testing testautomation selenium webdriver web', platforms = 'any', classifiers = CLASSIFIERS, - python_requires = '>=3.8, <=3.12', + python_requires = '>=3.8, <3.13', install_requires = REQUIREMENTS, package_dir = {'': 'src'}, packages = find_packages('src'),