File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 continue-on-error : true
1010 strategy :
1111 matrix :
12- python-version : [3.8, 3.12] # 3.12, pypy-3.9
12+ python-version : [3.8, 3.12] # pypy-3.9
1313 rf-version : [6.1.1, 7.0.1]
1414 selenium-version : [4.20.0, 4.21.0]
1515 browser : [firefox, chrome, headlesschrome] # edge
Original file line number Diff line number Diff line change 1717Programming Language :: Python :: 3.9
1818Programming Language :: Python :: 3.10
1919Programming Language :: Python :: 3.11
20+ Programming Language :: Python :: 3.12
2021Programming Language :: Python :: 3 :: Only
2122Topic :: Software Development :: Testing
2223Framework :: Robot Framework
4142 keywords = 'robotframework testing testautomation selenium webdriver web' ,
4243 platforms = 'any' ,
4344 classifiers = CLASSIFIERS ,
44- python_requires = '>=3.8, <3.12' ,
45+ python_requires = '>=3.8, <= 3.12' ,
4546 install_requires = REQUIREMENTS ,
4647 package_dir = {'' : 'src' },
4748 packages = find_packages ('src' ),
You can’t perform that action at this time.
0 commit comments