Skip to content

Commit

Permalink
update python allowed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardbruelhart committed Apr 11, 2024
1 parent e41ccf5 commit 9df8a9e
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 @@ -11,7 +11,7 @@ packages = [
]

[tool.poetry.dependencies]
python = ">3.8.18, <3.9"
python = ">=3.8.18,<=3.8.19"
requests = "^2.31.0"
types-requests = "^2.31.0.20240406"
pyinstaller = "^6.5.0"
Expand Down

0 comments on commit 9df8a9e

Please sign in to comment.