diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a33cbd7..a3de53f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -44,6 +44,7 @@ jobs: - "3.9" - "3.10" - "3.11" + - "3.12" steps: - uses: actions/checkout@v2 - name: Setup python${{ matrix.python }}