We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 859368e commit 5fb55cfCopy full SHA for 5fb55cf
1 file changed
setup.py
@@ -27,13 +27,16 @@
27
'License :: OSI Approved :: Apache Software License',
28
'Programming Language :: Python :: 3.7',
29
'Programming Language :: Python :: 3.8',
30
+ 'Programming Language :: Python :: 3.9',
31
+ 'Programming Language :: Python :: 3.10',
32
+ 'Programming Language :: Python :: 3.11',
33
'Framework :: Robot Framework :: Library',
34
],
35
keywords='testing testautomation robotframework docker docker-compose',
36
package_dir={'': 'src'},
37
py_modules=['DockerComposeLibrary'],
38
install_requires=[
- 'robotframework>=4,<6',
39
+ 'robotframework>=4,<7',
40
'packaging',
41
42
)
0 commit comments