Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rm support for py37
  • Loading branch information
jtcohen6 committed Jun 20, 2023
commit fd6c57db2f4189922152eabddc75fdcd8f49c091
4 changes: 1 addition & 3 deletions core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@
# dbt-core uses these packages in standard ways. Pin to the major version, and check compatibility
# with major versions in each new minor version of dbt-core.
"click>=7.0,<9",
# TODO: Remove conditional <3.8 requirement, as part of removing py37 support (https://github.com/dbt-labs/dbt-core/issues/7082)
"networkx>=2.3,<2.8.1;python_version<'3.8'",
"networkx>=2.3,<3;python_version>='3.8'",
"networkx>=2.3,<3",
# ----
# These packages are major-version-0. Keep upper bounds on upcoming minor versions (which could have breaking changes)
# and check compatibility / bump in each new minor version of dbt-core.
Expand Down