-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
61cd9d3
commit 866763f
Showing
15 changed files
with
11 additions
and
3,273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Breaking Changes | ||
body: Drop support for Python 3.8 | ||
time: 2024-10-17T17:28:48.169961-04:00 | ||
custom: | ||
Author: mikealfare | ||
Issue: "161" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ name = "dbt-postgres" | |
description = "The set of adapter protocols and base functionality that supports integration with dbt-core" | ||
readme = "README.md" | ||
keywords = ["dbt", "adapter", "adapters", "database", "elt", "dbt-core", "dbt Core", "dbt Cloud", "dbt Labs", "postgres"] | ||
requires-python = ">=3.8.0" | ||
requires-python = ">=3.9.0" | ||
authors = [ | ||
{ name = "dbt Labs", email = "[email protected]" }, | ||
] | ||
|
@@ -17,7 +17,6 @@ classifiers = [ | |
"Operating System :: MacOS :: MacOS X", | ||
"Operating System :: Microsoft :: Windows", | ||
"Operating System :: POSIX :: Linux", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
|
@@ -56,8 +55,7 @@ path = "dbt/adapters/postgres/__version__.py" | |
dependencies = [ | ||
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git", | ||
"dbt-common @ git+https://github.com/dbt-labs/dbt-common.git", | ||
'pre-commit==3.7.0;python_version>="3.9"', | ||
'pre-commit==3.5.0;python_version=="3.8"', | ||
"pre-commit==3.7.0", | ||
] | ||
[tool.hatch.envs.default.scripts] | ||
dev = "pre-commit install" | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.