Skip to content

Commit dca5e6c

Browse files
committed
fix: support python 3.10+ and clean up dependencies
1 parent 6d82aee commit dca5e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ loom = "commitloom.__main__:main"
3737
"Bug Tracker" = "https://github.com/Arakiss/commitloom/issues"
3838

3939
[tool.poetry.dependencies]
40-
python = "^3.11"
40+
python = ">=3.10,<3.12"
4141
python-dotenv = "^1.0.1"
4242
rich = "^13.9.4"
4343
requests = "^2.32.3"

0 commit comments

Comments
 (0)