Skip to content

Commit 9821540

Browse files
committed
fix: python version
1 parent 15c0565 commit 9821540

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Documentation = "https://python-keycloak.readthedocs.io/en/latest/"
3131
"Issue tracker" = "https://github.com/marcospereirampj/python-keycloak/issues"
3232

3333
[tool.poetry.dependencies]
34-
python = ">=3.9,<=3.14"
34+
python = ">=3.9,<4"
3535
requests = ">=2.20.0"
3636
requests-toolbelt = ">=0.6.0"
3737
deprecation = ">=2.1.0"

0 commit comments

Comments
 (0)