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 6e4dc0f commit b48f6a8Copy full SHA for b48f6a8
pyproject.toml
@@ -18,7 +18,7 @@ authors = [
18
]
19
readme = "README.md"
20
license = "Apache-2.0"
21
-requires-python = ">=3.8"
+requires-python = ">=3.12"
22
classifiers = [
23
"Development Status :: 3 - Alpha",
24
"Intended Audience :: Developers",
@@ -48,7 +48,7 @@ Issues = "https://github.com/pythonbpf/pylibbpf/issues"
48
49
[tool.mypy]
50
files = "setup.py"
51
-python_version = "3.8"
+python_version = "3.12"
52
strict = true
53
show_error_codes = true
54
enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
@@ -69,7 +69,7 @@ filterwarnings = [
69
testpaths = ["tests"]
70
71
[tool.ruff]
72
-target-version = "py38"
+target-version = "py312"
73
line-length = 88
74
75
[tool.ruff.lint]
0 commit comments