We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd209ac commit 87c2539Copy full SHA for 87c2539
setup.py
@@ -74,6 +74,7 @@
74
Programming Language :: Python :: 3.10
75
Programming Language :: Python :: 3.11
76
Programming Language :: Python :: 3.12
77
+Programming Language :: Python :: 3.13
78
Topic :: Software Development :: Testing
79
""".strip().splitlines()
80
@@ -114,7 +115,7 @@ def run(self):
114
115
package_dir={'': SOURCE_DIR},
116
packages=find_packages(SOURCE_DIR),
117
package_data=PACKAGE_DATA,
- python_requires='>=3.8, <3.13',
118
+ python_requires='>=3.8, <=3.13',
119
# Robot Framework package data is not included, but RIDE does not need it.
120
# Always install everything, since we may be switching between versions
121
options={'install': {'force': True}},
0 commit comments