Skip to content

Commit

Permalink
Update Python to >=3.11,<3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2023
1 parent 6b43b8e commit daeae6d
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.11,<3.12"
cognite-extractor-utils = "^4.0.0"
requests = "^2.27.0"

Expand Down

0 comments on commit daeae6d

Please sign in to comment.