diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b8fdc96..6e78e33 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,16 +11,16 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] include: - os: macos-latest python-version: "3.8" - os: macos-latest - python-version: "3.11" + python-version: "3.12" - os: windows-latest python-version: "3.8" - os: windows-latest - python-version: "3.11" + python-version: "3.12" runs-on: ${{ matrix.os }} defaults: run: