diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53e2b52..4cfea0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,7 @@ jobs: - '3.9' - '3.10' - '3.11' + - '3.12' steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}