Skip to content

Commit 3c5172f

Browse files
Build on macos with python>=3.8
1 parent 9ec5937 commit 3c5172f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/python.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustypot"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
authors = ["Pollen Robotics"]

0 commit comments

Comments
 (0)