Skip to content

Commit

Permalink
add 3.12+postgres to test matrix; add 3.12 to test examples
Browse files Browse the repository at this point in the history
  • Loading branch information
elephantum committed Aug 11, 2024
1 parent 8ef9a2a commit 46507dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"'
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
# - "3.9"
- "3.10"
# - "3.11"
- "3.12"
example:
- datatable_batch_transform
- image_resize
Expand Down

0 comments on commit 46507dd

Please sign in to comment.