Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
chore(dbt-fal): enable python 3.11 support (#712)
Browse files Browse the repository at this point in the history
* chore(dbt-fal): enable python 3.11 support

* Poetry lock updated
  • Loading branch information
mederka authored Jan 10, 2023
1 parent c9a9989 commit aec3483
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 84 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_integration_adapter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- redshift
# enable with next release of dbt-trino
# - trino
python: ["3.7", "3.8"]
python: ["3.7", "3.8", "3.11"]
include:
- profile: duckdb
adapter_version: 1.2.2
Expand Down
4 changes: 2 additions & 2 deletions adapter/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion adapter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">=3.7.2, <3.11"
python = ">=3.7.2, <3.12"
dbt-core = ">=1.3.0b1, <1.4"
isolate = { version = "^0.7", extras = ["grpc"] }
posthog = "^1.4.5"
Expand Down
Loading

0 comments on commit aec3483

Please sign in to comment.