diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b6affeb..8dcd7aa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ["3.8", "3.9", "3.10", "3.11"] + python: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - name: Checkout repository @@ -35,4 +35,4 @@ jobs: - name: Test with tox id: test-with-tox run: | - tox + tox -vv