Skip to content

Commit

Permalink
Prepare release of 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HelioGuilherme66 committed Nov 14, 2024
1 parent dd209ac commit 87c2539
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down Expand Up @@ -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}},
Expand Down

0 comments on commit 87c2539

Please sign in to comment.