diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 119a0e7..3d0f0e1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] timeout-minutes: 30 @@ -40,4 +40,4 @@ jobs: yml: ./codecov.yml fail_ci_if_error: true - name: Generate Documentation - run: tox -e docs \ No newline at end of file + run: tox -e docs