Skip to content

Commit 811ef2b

Browse files
committed
Mistake in setup to allow python3.11.X
1 parent 852d042 commit 811ef2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
setup(
3131
name=app_name,
32-
version="1.0.3",
32+
version="1.0.4",
3333
description="pyCub - iCub in PyBullet",
3434
package_dir={"": "."},
3535
data_files=files_to_copy,
@@ -49,5 +49,5 @@
4949
long_description=long_description, # Full description from README.md
5050
long_description_content_type="text/markdown", # Specify Markdown format
5151
platforms=["any"],
52-
python_requires=">=3.8, <=3.11"
52+
python_requires=">=3.8, <3.12"
5353
)

0 commit comments

Comments
 (0)