From 87c2539ca0daaec66d4e7dd19034210dc4a94927 Mon Sep 17 00:00:00 2001 From: HelioGuilherme66 Date: Thu, 14 Nov 2024 13:10:42 +0000 Subject: [PATCH] Prepare release of 2.1.1 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 68bf86074..acfa74b57 100644 --- a/setup.py +++ b/setup.py @@ -74,6 +74,7 @@ Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 +Programming Language :: Python :: 3.13 Topic :: Software Development :: Testing """.strip().splitlines() @@ -114,7 +115,7 @@ def run(self): package_dir={'': SOURCE_DIR}, packages=find_packages(SOURCE_DIR), package_data=PACKAGE_DATA, - python_requires='>=3.8, <3.13', + python_requires='>=3.8, <=3.13', # Robot Framework package data is not included, but RIDE does not need it. # Always install everything, since we may be switching between versions options={'install': {'force': True}},