From 35f2fae46da9a81f5db61ec7920d51c8e4904eb6 Mon Sep 17 00:00:00 2001 From: John Sirois Date: Thu, 16 Oct 2025 12:40:16 -0700 Subject: [PATCH 1/2] Add mac arm support. --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30b7dae..f418c84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-24.04, macos-13] + os: [ubuntu-24.04, macos-15] python-version: [[3, 6, 15], [3, 7, 17], [3, 8, 18]] steps: - name: Checkout p537 @@ -46,7 +46,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-24.04, macos-13, windows-2025] + os: [ubuntu-24.04, macos-15, macos-15-arm, windows-2025] steps: - name: Checkout p537 uses: actions/checkout@v5 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 36ef0d2..12be853 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-24.04, macos-13] + os: [ubuntu-24.04, macos-15] python-version: [[3, 6, 15], [3, 7, 17], [3, 8, 18]] steps: - name: Checkout p537 ${{ needs.determine-tag.outputs.release-tag }} @@ -75,7 +75,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-24.04, macos-13, windows-2025] + os: [ubuntu-24.04, macos-15, macos-15-arm, windows-2025] python-version: [[3, 9], [3, 10], [3, 11], [3, 12], [3, 13], [3, 14], [3, 15, "0-alpha.1"]] steps: - name: Checkout p537 ${{ needs.determine-tag.outputs.release-tag }} diff --git a/setup.py b/setup.py index 0186c86..88fdf38 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def long_description(): setup( name='p537', - version='1.0.10', + version='1.0.11', author="John Sirois", author_email="john.sirois@gmail.com", description='A tiny platform-specific distribution with a console script.', From 920c8805cf697384ab82d443c639646da7dd8f45 Mon Sep 17 00:00:00 2001 From: John Sirois Date: Thu, 16 Oct 2025 12:44:26 -0700 Subject: [PATCH 2/2] Last macos-13 release! --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f418c84..3cc9b79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-24.04, macos-15] + os: [ubuntu-24.04, macos-13] python-version: [[3, 6, 15], [3, 7, 17], [3, 8, 18]] steps: - name: Checkout p537 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 12be853..5f3ef06 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-24.04, macos-15] + os: [ubuntu-24.04, macos-13] python-version: [[3, 6, 15], [3, 7, 17], [3, 8, 18]] steps: - name: Checkout p537 ${{ needs.determine-tag.outputs.release-tag }}