Skip to content

Commit

Permalink
Fix python version cap
Browse files Browse the repository at this point in the history
  • Loading branch information
slowaner committed Dec 6, 2023
1 parent 12d0b82 commit 31ff266
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 33 deletions.
65 changes: 33 additions & 32 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include = ["cybsi/py.typed"]


[tool.poetry.dependencies]
python = ">=3.8.1,<3.13"
python = ">=3.8.1,<4"
enum-tools = "0.11.0"
httpx = "^0.25.1"
typing-extensions = "^4.8.0"
Expand Down

0 comments on commit 31ff266

Please sign in to comment.