diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 17ce23d..cd98bd9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,8 +20,8 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.10', '3.11', '3.12', '3.13'] - os: [ubuntu-latest, macos-14] + python-version: ['3.10', '3.11', '3.12', '3.13', '3.14'] + os: [ubuntu-latest, macos-latest] steps: - uses: actions/checkout@v6