Skip to content

Commit 5fb55cf

Browse files
committed
feat: Marked package as compatible with RobotFramework 6.x.
1 parent 859368e commit 5fb55cf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,16 @@
2727
'License :: OSI Approved :: Apache Software License',
2828
'Programming Language :: Python :: 3.7',
2929
'Programming Language :: Python :: 3.8',
30+
'Programming Language :: Python :: 3.9',
31+
'Programming Language :: Python :: 3.10',
32+
'Programming Language :: Python :: 3.11',
3033
'Framework :: Robot Framework :: Library',
3134
],
3235
keywords='testing testautomation robotframework docker docker-compose',
3336
package_dir={'': 'src'},
3437
py_modules=['DockerComposeLibrary'],
3538
install_requires=[
36-
'robotframework>=4,<6',
39+
'robotframework>=4,<7',
3740
'packaging',
3841
],
3942
)

0 commit comments

Comments
 (0)