From 106eec7395cb46bc62fe75c824dc1ff28114041d Mon Sep 17 00:00:00 2001 From: Jayaram Kancherla Date: Thu, 11 Dec 2025 11:18:39 -0800 Subject: [PATCH] remove macos-13 and update python versions for tests --- .github/workflows/publish-pypi.yml | 2 +- .github/workflows/run-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index f8008d5..37e8dfb 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -13,7 +13,7 @@ jobs: matrix: # macos-13 is an intel runner, higher macos's are apple silicon # At some point, maybe get this to work on windows-latest - os: [ubuntu-latest, macos-13, macos-latest] + os: [ubuntu-latest, macos-latest] steps: - name: Check out repository diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 8132c6a..79136b3 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -28,7 +28,7 @@ jobs: test: strategy: matrix: - python: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python: ["3.10", "3.11", "3.12", "3.13", "3.14"] platform: - ubuntu-latest # - macos-latest