diff --git a/.github/workflows/run-pytest.yml b/.github/workflows/run-pytest.yml index 3234c990..10934ab2 100644 --- a/.github/workflows/run-pytest.yml +++ b/.github/workflows/run-pytest.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ '3.8' , '3.11' ] + python-version: [ '3.8' , '3.11' , '3.12' ] steps: - uses: actions/checkout@v4