File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,13 @@ jobs:
127127 - uses : actions/checkout@v4
128128 - uses : actions/setup-python@v5
129129 with :
130- python-version : 3.x
130+ python-version : |
131+ 3.8
132+ 3.9
133+ 3.10
134+ 3.11
135+ 3.12
136+ 3.13
131137 - name : Generate pyo3 stub
132138 run : |
133139 cargo run --bin stub_gen --features python
Original file line number Diff line number Diff line change 11[package ]
22name = " rustypot"
3- version = " 1.1.0 "
3+ version = " 1.1.1 "
44edition = " 2021"
55license = " Apache-2.0"
66authors = [" Pollen Robotics" ]
Original file line number Diff line number Diff line change 1- ## version 1.0.0
1+ ## Version 1.1.0
2+
3+ - Add support for feetech Scs0009
4+ - Add python type annotation
5+
6+ ## Version 1.0.0
27
38- Cleanup APIs to offer two interfaces:
49 - high-level interface (Controller) with a simple API for the most common use cases.
You can’t perform that action at this time.
0 commit comments