diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfa20b2..59a82fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04, ubuntu-22.04, macos-latest, windows-latest] - python-ver: [3.7, 3.8, 3.9] + python-ver: [3.7, 3.8, 3.9, 3.10, 3.11, 3.12] runs-on: ${{ matrix.os }}