diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23818f6..e0145cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: test: strategy: matrix: - python-version: [3.7, 3.8] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] runs-on: ubuntu-latest