Skip to content

Commit a1b0e10

Browse files
authored
Fix python-requires to 3.12 (#5)
Path.walk was introduced in python 3.12 and it is used in the library.
1 parent b8c453f commit a1b0e10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
description = "Generate Python stub files (PYI) from docstrings"
1111
readme = "README.md"
1212
license.file = "LICENSE"
13-
requires-python = ">=3.10"
13+
requires-python = ">=3.12"
1414
classifiers = [
1515
"Development Status :: 1 - Planning",
1616
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)