Skip to content

Commit

Permalink
Allow Python 3.12 in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
d7415 authored and WhyNotHugo committed May 16, 2024
1 parent 8834531 commit 4b6e799
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 @@ -23,7 +23,7 @@ classifiers = [
"Topic :: Communications",
"Topic :: Utilities",
]
requires-python = ">=3.8,<3.12"
requires-python = ">=3.8,<3.13"
dependencies = [
"click>=3.2",
"click_log>=0.2.0",
Expand Down

0 comments on commit 4b6e799

Please sign in to comment.