Skip to content

Commit 8680da2

Browse files
committed
Deleted python3.13 possibility
1 parent 469aea5 commit 8680da2

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pyCub is iCub humanoid robot simulator written in Python. It uses PyBullet for simulation and Open3D for visualization.
33

44
## Installation
5-
- Requires python3.10 to 3.13
5+
- Requires python3.10 to 3.12
66
- newer python versions are now not supported due to incompatible with some dependencies
77
- We recommend using virtual environment when installing from PyPi or from source
88
- ```

docs/documentation/modules.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h1>pyCub Documentation<a class="headerlink" href="#pycub-documentation" title="
116116
<section id="installation">
117117
<h2>Installation<a class="headerlink" href="#installation" title="Permalink to this heading"></a></h2>
118118
<ul>
119-
<li><p>Requires python3.11 to 3.12</p>
119+
<li><p>Requires python3.10 to 3.12</p>
120120
<ul class="simple">
121121
<li><p>newer python versions are now not supported due to incompatible with some dependencies</p></li>
122122
</ul>

docs/documentation/pycub.pdf

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

docs/documentation/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

icub_pybullet/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name=app_name,
21-
version="1.1.8",
21+
version="1.2.0",
2222
description="pyCub - iCub in PyBullet",
2323
package_dir={"icub_pybullet": "."},
2424
package_data={app_name: ["iCub/**/**", "other_meshes/**/**", "configs/**/**", "logs/**/**"]},
@@ -31,5 +31,5 @@
3131
long_description=long_description,
3232
long_description_content_type="text/markdown",
3333
platforms=["any"],
34-
python_requires=">=3.10, <3.14"
34+
python_requires=">=3.10, <3.13"
3535
)

0 commit comments

Comments
 (0)