From 37a9cf4c59005f575fca5a6664c31184e01bda02 Mon Sep 17 00:00:00 2001 From: Chenyu Li Date: Tue, 12 Dec 2023 10:35:18 -0800 Subject: [PATCH] add 311 (#111) * add 311 * not sure why * fix * nits --------- Co-authored-by: colin-rogers-dbt <111200756+colin-rogers-dbt@users.noreply.github.com> --- .github/scripts/supported_python_versions.sh | 2 +- .github/workflows/integration.yml | 2 +- .../bundle/requirements/v1.7.latest.requirements.txt | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/scripts/supported_python_versions.sh b/.github/scripts/supported_python_versions.sh index 7b7cdc04..d7f289d2 100755 --- a/.github/scripts/supported_python_versions.sh +++ b/.github/scripts/supported_python_versions.sh @@ -13,7 +13,7 @@ elif [[ ${minor_version} < 4 && ${major_version} == 1 ]] then py_versions='["3.8", "3.9", "3.10"]' else -py_versions='["3.8", "3.9", "3.10"]' +py_versions='["3.8", "3.9", "3.10", "3.11"]' fi echo $py_versions echo "versions=$py_versions" >> "$GITHUB_OUTPUT" diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 14d73965..46755fa6 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -29,7 +29,7 @@ jobs: fail-fast: false matrix: os: ["macos-latest", "ubuntu-latest"] - python-version: ["3.8", "3.10"] + python-version: ["3.8", "3.11"] runs-on: ${{ matrix.os }} name: ${{ matrix.os }} ${{ matrix.python-version }} Test diff --git a/release_creation/bundle/requirements/v1.7.latest.requirements.txt b/release_creation/bundle/requirements/v1.7.latest.requirements.txt index e933809f..08e7052e 100644 --- a/release_creation/bundle/requirements/v1.7.latest.requirements.txt +++ b/release_creation/bundle/requirements/v1.7.latest.requirements.txt @@ -3,12 +3,11 @@ dbt-snowflake~=1.7.0 dbt-bigquery~=1.7.0 dbt-redshift~=1.7.0 dbt-postgres~=1.7.0 -dbt-spark[PyHive,ODBC]~=1.7.0 -dbt-databricks~=1.7.0 +dbt-spark[PyHive,ODBC]~=1.7.1 +dbt-databricks~=1.7.2 dbt-trino~=1.7.0 dbt-fabric~=1.7.0 dbt-rpc~=0.4.1 -grpcio-status~=1.47.0 pyasn1-modules~=0.2.1 pyarrow~=14.0.1 pyodbc==4.0.39 --no-binary pyodbc