Skip to content

Commit

Permalink
Update Python to >=3.13,<3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent a2fc768 commit e6ce226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ skip_glob = '^((?!py$).)*$' # this makes sort all Python files
known_third_party = ["arrow", "dacite", "requests", "requests_mock"]

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
python = ">=3.13,<3.14"
cognite-extractor-utils = "^4.0.0"
requests = "^2.27.0"

Expand Down

0 comments on commit e6ce226

Please sign in to comment.