File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 9
9
continue-on-error : true
10
10
strategy :
11
11
matrix :
12
- python-version : [3.8, 3.12] # 3.12, pypy-3.9
12
+ python-version : [3.8, 3.12] # pypy-3.9
13
13
rf-version : [6.1.1, 7.0.1]
14
14
selenium-version : [4.20.0, 4.21.0]
15
15
browser : [firefox, chrome, headlesschrome] # edge
Original file line number Diff line number Diff line change 17
17
Programming Language :: Python :: 3.9
18
18
Programming Language :: Python :: 3.10
19
19
Programming Language :: Python :: 3.11
20
+ Programming Language :: Python :: 3.12
20
21
Programming Language :: Python :: 3 :: Only
21
22
Topic :: Software Development :: Testing
22
23
Framework :: Robot Framework
41
42
keywords = 'robotframework testing testautomation selenium webdriver web' ,
42
43
platforms = 'any' ,
43
44
classifiers = CLASSIFIERS ,
44
- python_requires = '>=3.8, <3.12' ,
45
+ python_requires = '>=3.8, <= 3.12' ,
45
46
install_requires = REQUIREMENTS ,
46
47
package_dir = {'' : 'src' },
47
48
packages = find_packages ('src' ),
You can’t perform that action at this time.
0 commit comments