We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec5937 commit 3c5172fCopy full SHA for 3c5172f
.github/workflows/python.yml
@@ -127,7 +127,13 @@ jobs:
127
- uses: actions/checkout@v4
128
- uses: actions/setup-python@v5
129
with:
130
- python-version: 3.x
+ python-version: |
131
+ 3.8
132
+ 3.9
133
+ 3.10
134
+ 3.11
135
+ 3.12
136
+ 3.13
137
- name: Generate pyo3 stub
138
run: |
139
cargo run --bin stub_gen --features python
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rustypot"
3
-version = "1.1.0"
+version = "1.1.1"
4
edition = "2021"
5
license = "Apache-2.0"
6
authors = ["Pollen Robotics"]
0 commit comments