Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,19 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-2022, macos-13, ubuntu-22.04]
os: [windows-2022, macos-13, macos-14, ubuntu-22.04]
python_version:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
- '3.13'
architecture: [x64]

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}
architecture: ${{ matrix.architecture }}

- name: Download build artifacts
uses: actions/download-artifact@v4
Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ xrp = ["robotpy-xrp"]
#

[tool.meta.packages."mostrobotpy"]
version = "==2025.3.2.1"
version = "==2025.3.2.2"

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

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

[tool.meta.packages."robotpy-halsim-ws"]
version = "mostrobotpy"
Expand Down Expand Up @@ -158,12 +158,12 @@ min_version = "2025.2.1"

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

[tool.meta.packages."robotpy-navx"]
max_version = "2026.0.0"
min_version = "2025.0.1.1"
min_version = "2025.0.1.2"

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

[tool.meta.packages."robotpy-playingwithfusion"]
max_version = "2026.0.0"
min_version = "2025.1.23.1"
min_version = "2025.1.23.2"

[tool.meta.packages."robotpy-rev"]
max_version = "2026.0.0"
min_version = "2025.0.3"
min_version = "2025.0.3.1"
constraint = "platform_machine != 'armv7l' and platform_machine != 'aarch64'"

[tool.meta.packages."invalid"]
Expand Down