diff --git a/.github/workflows/node-gyp.yml b/.github/workflows/node-gyp.yml index 3c96a948..bad5e05d 100644 --- a/.github/workflows/node-gyp.yml +++ b/.github/workflows/node-gyp.yml @@ -10,11 +10,8 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, macos-14, ubuntu-latest, windows-latest] - python: ["3.8", "3.10", "3.12"] - exclude: - - os: macos-14 - python: "3.8" + os: [macos-latest, ubuntu-latest, windows-latest] + python: ["3.8", "3.10", "3.12", "3.13"] runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/python_tests.yml b/.github/workflows/python_tests.yml index a93412da..abb3b00f 100644 --- a/.github/workflows/python_tests.yml +++ b/.github/workflows/python_tests.yml @@ -15,13 +15,8 @@ jobs: fail-fast: false max-parallel: 5 matrix: - os: [macos-latest, macos-14, ubuntu-latest] # , windows-latest] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] - exclude: - - os: macos-14 - python-version: "3.8" - - os: macos-14 - python-version: "3.9" + os: [macos-latest, ubuntu-latest] # , windows-latest] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}