diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1c5f57cdd..0603d4c8a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -86,7 +86,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9", "3.10"] # , "3.11", "3.12" + python-version: ["3.9", "3.10", "3.11", "3.12"] sphinx: ["==5.*", "==6.*", "==7.*"] steps: