Skip to content

Commit

Permalink
Requiring Python >=3.8 enables walrus operator
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 committed Aug 3, 2023
1 parent 070b74e commit b1e8528
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Fixes-20230803-102915.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Fixes
body: Requiring Python >=3.8 enables walrus operator
time: 2023-08-03T10:29:15.371798-06:00
custom:
Author: cemsbr dbeatty10
Issue: "849"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ def _dbt_core_version(plugin_version: str) -> str:
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
python_requires=">=3.7",
python_requires=">=3.8",
)

0 comments on commit b1e8528

Please sign in to comment.