diff --git a/.github/workflows/python_tests.yml b/.github/workflows/python_tests.yml index eb08f94c..fddcbca8 100644 --- a/.github/workflows/python_tests.yml +++ b/.github/workflows/python_tests.yml @@ -16,6 +16,11 @@ jobs: matrix: os: [macos-13, macos-latest, ubuntu-latest] # , windows-latest] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + include: + - os: macos-26 + python-version: 3.x + - os: ubuntu-latest + python-version: 3.14 steps: - uses: actions/checkout@v5 - name: Set up Python ${{ matrix.python-version }}