diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 98fbf22a..ef2a3b02 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -59,15 +59,18 @@ jobs: # pip-extra: "'sqlalchemy>2'" # - python-version: "3.8" # test-db-env: "sqlite" + - python-version: "3.9" test-db-env: "postgres" pip-extra: '"sqlalchemy>2"' # - python-version: "3.9" # test-db-env: "sqlite" + # - python-version: "3.10" # test-db-env: "postgres" # - python-version: "3.10" # test-db-env: "sqlite" + - python-version: "3.11" test-db-env: "postgres" pip-extra: '"sqlalchemy<2" "pandas<2.2"' @@ -77,9 +80,11 @@ jobs: - python-version: "3.11" test-db-env: "sqlite" pip-extra: '"sqlalchemy>2"' + + - python-version: "3.12" + test-db-env: "postgres" - python-version: "3.12" test-db-env: "sqlite" - pip-extra: '"sqlalchemy>2"' services: # Label used to access the service container diff --git a/.github/workflows/test_examples.yaml b/.github/workflows/test_examples.yaml index 7eee97c0..bbab1637 100644 --- a/.github/workflows/test_examples.yaml +++ b/.github/workflows/test_examples.yaml @@ -18,6 +18,7 @@ jobs: # - "3.9" - "3.10" # - "3.11" + - "3.12" example: - datatable_batch_transform - image_resize