diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43683846..39d0ac14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] os: - macos-13 - ubuntu-latest @@ -67,7 +67,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.11"] + python-version: ["3.9", "3.12"] runs-on: ubuntu-22.04