diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index 2992f9d..9f835a8 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 2b424c4..a76e7ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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" @@ -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" @@ -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"]