Skip to content

Commit

Permalink
Support Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
BAntonellini committed Jan 2, 2024
1 parent 8242cc4 commit 8d31efb
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dbt-core-interface"
version = "0.2.4"
version = "0.2.8"
description = "Dbt Core Interface"
authors = ["Alex Butler <butler.alex2010@gmail.com>"]
license = "MIT"
Expand All @@ -14,7 +14,7 @@ classifiers = ["Development Status :: 3 - Alpha"]
Changelog = "https://github.com/z3z1ma/dbt-core-interface/releases"

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
python = ">=3.8,<3.12"

[tool.poetry.dev-dependencies]
Pygments = ">=2.10.0"
Expand Down

0 comments on commit 8d31efb

Please sign in to comment.