Skip to content

Commit

Permalink
Merge pull request #111 from dbt-labs/allow-python-3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
b-per authored Nov 18, 2024
2 parents afe791d + 60b520d commit bd40563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = [
{name = "dbt Labs", email = "info@dbtlabs.com"},
]
license = {text = "Apache License 2.0"}
requires-python = "<3.13,>=3.9"
requires-python = ">=3.9"
dependencies = [
"click<9.0.0,>=8.1.3",
"requests<3.0.0,>=2.32.0",
Expand All @@ -20,7 +20,7 @@ dependencies = [
"importlib-metadata<7,>=6.0",
]
name = "dbt-jobs-as-code"
version = "0.11.0"
version = "0.11.1"
description = "A CLI to allow defining dbt Cloud jobs as code"
readme = "README.md"
keywords = [
Expand Down

0 comments on commit bd40563

Please sign in to comment.