diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e5845f2..12d01df 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: test: strategy: matrix: - python: ["3.8", "3.9", "3.10"] + python: ["3.8", "3.9", "3.10", "3.11", "3.12"] platform: [ubuntu-latest, macos-latest] fail-fast: false runs-on: ${{ matrix.platform }}