Skip to content

Commit ce91e0b

Browse files
committed
feat: Allow python 3.9+
1 parent d5e759a commit ce91e0b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

poetry.lock

Lines changed: 3 additions & 3 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
@@ -26,7 +26,7 @@ include = [
2626
"LICENSE"
2727
]
2828
[tool.poetry.dependencies]
29-
python = "^3.9"
29+
python = ">=3.9"
3030

3131
[tool.poetry.urls]
3232
"Bug Tracker" = "https://github.com/timo-reymann/python-oauth2-cli-auth/issues"

0 commit comments

Comments
 (0)