Skip to content

Commit

Permalink
Merge pull request #118 from franc-pentest/upgrade-max-python-version
Browse files Browse the repository at this point in the history
Increate python max version in pyproject.toml
  • Loading branch information
tiyeuse authored Nov 24, 2024
2 parents 38bc7e8 + c06ab6a commit 9238d16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.74
1.0.75
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies = [
"termcolor >= 2.3.0, < 3",
"tqdm >= 4.26.0, < 5",
]
requires-python = ">=3.8.1,<3.13"
requires-python = ">=3.8.1,<3.14"
readme = "README.rst"
license = {text = "MIT"}
keywords = [
Expand Down

0 comments on commit 9238d16

Please sign in to comment.