Skip to content

Commit

Permalink
add 311 (#111)
Browse files Browse the repository at this point in the history
* add 311

* not sure why

* fix

* nits

---------

Co-authored-by: colin-rogers-dbt <[email protected]>
  • Loading branch information
ChenyuLInx and colin-rogers-dbt authored Dec 12, 2023
1 parent 8f97c8b commit 37a9cf4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/supported_python_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37a9cf4

Please sign in to comment.