diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7b982c05..7e9e6cb0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - python-version: [ "3.6", "3.7", "3.8", "3.9", "pypy3.10" ] + python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.10" ] steps: - uses: actions/checkout@v3