Skip to content

Commit 6ac121e

Browse files
authored
Merge pull request #37 from robotpy/semiwrap
Update to semiwrap-based builds
2 parents 329a5f2 + 0174f5c commit 6ac121e

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,19 @@ jobs:
4545
runs-on: ${{ matrix.os }}
4646
strategy:
4747
matrix:
48-
os: [windows-2022, macos-13, ubuntu-22.04]
48+
os: [windows-2022, macos-13, macos-14, ubuntu-22.04]
4949
python_version:
5050
- '3.9'
5151
- '3.10'
5252
- '3.11'
5353
- '3.12'
5454
- '3.13'
55-
architecture: [x64]
5655

5756
steps:
5857
- uses: actions/checkout@v4
5958
- uses: actions/setup-python@v5
6059
with:
6160
python-version: ${{ matrix.python_version }}
62-
architecture: ${{ matrix.architecture }}
6361

6462
- name: Download build artifacts
6563
uses: actions/download-artifact@v4

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ xrp = ["robotpy-xrp"]
6060
#
6161

6262
[tool.meta.packages."mostrobotpy"]
63-
version = "==2025.3.2.1"
63+
version = "==2025.3.2.2"
6464

6565
[tool.meta.packages."pyntcore"]
6666
version = "mostrobotpy"
@@ -77,7 +77,7 @@ constraint = 'platform_machine != "roborio" and platform_machine != "armv7l" and
7777

7878
[tool.meta.packages."robotpy-halsim-gui"]
7979
version = "mostrobotpy"
80-
constraint = 'platform_machine != "roborio" and platform_machine != "armv7l" and platform_machine != "aarch64"'
80+
constraint = 'platform_machine != "roborio"'
8181

8282
[tool.meta.packages."robotpy-halsim-ws"]
8383
version = "mostrobotpy"
@@ -158,12 +158,12 @@ min_version = "2025.2.1"
158158

159159
[tool.meta.packages."robotpy-ctre"]
160160
max_version = "2026.0.0"
161-
min_version = "2025.0.2.1"
161+
min_version = "2025.0.3.1"
162162
constraint = "python_version >= '3.12' and platform_machine != 'armv7l' and platform_machine != 'aarch64'"
163163

164164
[tool.meta.packages."robotpy-navx"]
165165
max_version = "2026.0.0"
166-
min_version = "2025.0.1.1"
166+
min_version = "2025.0.1.2"
167167

168168
[tool.meta.packages."robotpy-pathplannerlib"]
169169
max_version = "2026.0.0"
@@ -174,11 +174,11 @@ constraint = "python_version >= '3.10' and platform_machine != 'armv7l' and plat
174174

175175
[tool.meta.packages."robotpy-playingwithfusion"]
176176
max_version = "2026.0.0"
177-
min_version = "2025.1.23.1"
177+
min_version = "2025.1.23.2"
178178

179179
[tool.meta.packages."robotpy-rev"]
180180
max_version = "2026.0.0"
181-
min_version = "2025.0.3"
181+
min_version = "2025.0.3.1"
182182
constraint = "platform_machine != 'armv7l' and platform_machine != 'aarch64'"
183183

184184
[tool.meta.packages."invalid"]

0 commit comments

Comments
 (0)