Skip to content

Commit 13518f2

Browse files
committed
Updated pylintrc to version 4.0
1 parent 74cfd4b commit 13518f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ classifiers = [
1616
"Development Status :: 3 - Alpha",
1717
"Programming Language :: Python",
1818
]
19-
requires-python = ">=3.10"
19+
requires-python = ">=3.12"
2020

2121
[project.urls]
2222
Homepage = "https://github.com/log2timeline/l2tdevtools"
2323
Repository = "https://github.com/log2timeline/l2tdevtools"
2424

2525
[tool.black]
2626
line-length = 88
27-
target-version = ["py310"]
27+
target-version = ["py312"]
2828
include = "\\.pyi?$"
2929
force-exclude = """
3030
(

0 commit comments

Comments
 (0)