diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 32a18476d..7089abf9b 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -47,9 +47,9 @@ jobs: # release is scheduled for 2023-10-02 (https://peps.python.org/pep-0693/) # when released: replace "python-version: ['3.8', '3.11']" with python-version: ['3.8', '3.12'] - # include: - # - python-version: '3.12-dev' - # db-backend: postgres + include: + - python-version: '3.12-dev' + db-backend: postgres name: "Test (Python: ${{ matrix.python-version }}, DB: ${{ matrix.db-backend }})" needs: lint