Skip to content

Commit 87c2539

Browse files
Prepare release of 2.1.1
1 parent dd209ac commit 87c2539

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
@@ -74,6 +74,7 @@
7474
Programming Language :: Python :: 3.10
7575
Programming Language :: Python :: 3.11
7676
Programming Language :: Python :: 3.12
77+
Programming Language :: Python :: 3.13
7778
Topic :: Software Development :: Testing
7879
""".strip().splitlines()
7980

@@ -114,7 +115,7 @@ def run(self):
114115
package_dir={'': SOURCE_DIR},
115116
packages=find_packages(SOURCE_DIR),
116117
package_data=PACKAGE_DATA,
117-
python_requires='>=3.8, <3.13',
118+
python_requires='>=3.8, <=3.13',
118119
# Robot Framework package data is not included, but RIDE does not need it.
119120
# Always install everything, since we may be switching between versions
120121
options={'install': {'force': True}},

0 commit comments

Comments
 (0)