diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 78c3343..dccf5d2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: build: strategy: matrix: - python-version: [3.8, 3.9, "3.10", "3.11"] + python-version: [3.8, 3.9, "3.10", "3.11", "3.12"] runs-on: ubuntu-latest @@ -40,4 +40,4 @@ jobs: - name: Run unit tests run: python -m pytest --import-mode=append tests/ - \ No newline at end of file +