We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74cfd4b commit 13518f2Copy full SHA for 13518f2
1 file changed
pyproject.toml
@@ -16,15 +16,15 @@ classifiers = [
16
"Development Status :: 3 - Alpha",
17
"Programming Language :: Python",
18
]
19
-requires-python = ">=3.10"
+requires-python = ">=3.12"
20
21
[project.urls]
22
Homepage = "https://github.com/log2timeline/l2tdevtools"
23
Repository = "https://github.com/log2timeline/l2tdevtools"
24
25
[tool.black]
26
line-length = 88
27
-target-version = ["py310"]
+target-version = ["py312"]
28
include = "\\.pyi?$"
29
force-exclude = """
30
(
0 commit comments