Skip to content

Commit 8eefdbe

Browse files
authored
Python 3.13 support (#2078)
* Python 3.13 support * Revert module updates
1 parent 3624b8b commit 8eefdbe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ documentation = "https://docs.elementary-data.com"
1313
packages = [{include = "elementary"}]
1414

1515
[tool.poetry.dependencies]
16-
# matches the versions supported by dbt as of v1.9, which are probably due to the limits of numpy 1.26.x(which was removed)
17-
python = ">=3.9,<3.13"
16+
python = ">=3.9,<3.14"
1817
click = ">=7.0,<9.0"
1918
dbt-core = ">=0.20,<2.0.0"
2019
requests = ">=2.28.1,<3.0.0"

0 commit comments

Comments
 (0)