Skip to content

Commit

Permalink
⬆️ Support Python 3.12
Browse files Browse the repository at this point in the history
Updated `poetry.lock`
  • Loading branch information
in03 committed Apr 8, 2024
1 parent 03aaef4 commit ad76e22
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 57 deletions.
79 changes: 23 additions & 56 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 @@ -21,7 +21,7 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.10.0, <3.12.0"
python = "^3.10.0, <3.13.0"
rich = "^12.0.1"
natsort = "^8.1.0"
pyfiglet = "^0.8.post1"
Expand Down

0 comments on commit ad76e22

Please sign in to comment.