Skip to content

Commit 5471320

Browse files
takedavogoltsov
authored andcommitted
Allow to install with robotframework v7
1 parent 295a68e commit 5471320

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,14 @@
3030
'Programming Language :: Python :: 3.9',
3131
'Programming Language :: Python :: 3.10',
3232
'Programming Language :: Python :: 3.11',
33+
'Programming Language :: Python :: 3.12',
3334
'Framework :: Robot Framework :: Library',
3435
],
3536
keywords='testing testautomation robotframework docker docker-compose',
3637
package_dir={'': 'src'},
3738
py_modules=['DockerComposeLibrary'],
3839
install_requires=[
39-
'robotframework>=4,<7',
40+
'robotframework>=4,<8',
4041
'packaging',
4142
],
4243
)

0 commit comments

Comments
 (0)