diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 7fa22a0..b9f4a0f 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -20,9 +20,8 @@ jobs: matrix: python: - '3.10' - # 3.11 needs more work - #- '3.11' - #- '3.12' + - '3.11' + - '3.12' steps: - name: Configure environment run: |