Skip to content

Commit b2a9754

Browse files
committed
Merge remote-tracking branch 'origin/main' into 2027
2 parents 98c00c8 + 9956007 commit b2a9754

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

.github/workflows/dist.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ jobs:
135135
- '3.11'
136136
- '3.12'
137137
- '3.13'
138+
- '3.14'
138139
include:
139140
- os: ubuntu-24.04-arm
140141
python_version: '3.11'
@@ -145,6 +146,9 @@ jobs:
145146
- os: ubuntu-24.04-arm
146147
python_version: '3.13'
147148
container: python:3.13-bookworm
149+
- os: ubuntu-22.04-arm
150+
python_version: '3.14'
151+
container: python:3.14-bookworm
148152

149153
container: ${{ matrix.container }}
150154

@@ -286,6 +290,9 @@ jobs:
286290
- container: wpilib/raspbian-cross-ubuntu:2025-bookworm-24.04-py313
287291
name: raspbian-py313
288292
base: raspbian
293+
- container: wpilib/raspbian-cross-ubuntu:2026-bookworm-22.04-py314
294+
name: raspbian-py314
295+
base: raspbian
289296

290297
container:
291298
image: "${{ matrix.os.container }}"

subprojects/robotpy-wpimath/semiwrap/geometry/Pose3d.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ classes:
3636
RelativeTo:
3737
ToMatrix:
3838
ToPose2d:
39+
RotateAround:
3940
Nearest:
4041
overloads:
4142
std::span<const Pose3d> [const]:

subprojects/robotpy-wpimath/semiwrap/geometry/Translation3d.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ classes:
3434
operator*:
3535
operator/:
3636
operator==:
37+
RotateAround:
38+
SquaredDistance:
39+
SquaredNorm:
40+
Dot:
41+
Cross:
3742
Nearest:
3843
overloads:
3944
std::span<const Translation3d> [const]:

subprojects/robotpy-wpinet/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[build-system]
22
build-backend = "hatchling.build"
33
requires = [
4+
"semiwrap~=0.2.1",
5+
"hatch-meson~=0.1.0",
46
"semiwrap~=0.2.1",
57
"hatch-meson~=0.1.0",
68
"hatchling",

0 commit comments

Comments
 (0)