diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6522eab..8ee2002 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: Tests and Checks +name: tests on: push jobs: @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: true matrix: - python-version: [ "3.10", "3.11" ] + python-version: [ "3.10", "3.11", "3.12" ] runs-on: ubuntu-latest steps: - uses: actions/checkout@master