Skip to content

Commit b48f6a8

Browse files
committed
Bump minimum python version to 3.12
1 parent 6e4dc0f commit b48f6a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ authors = [
1818
]
1919
readme = "README.md"
2020
license = "Apache-2.0"
21-
requires-python = ">=3.8"
21+
requires-python = ">=3.12"
2222
classifiers = [
2323
"Development Status :: 3 - Alpha",
2424
"Intended Audience :: Developers",
@@ -48,7 +48,7 @@ Issues = "https://github.com/pythonbpf/pylibbpf/issues"
4848

4949
[tool.mypy]
5050
files = "setup.py"
51-
python_version = "3.8"
51+
python_version = "3.12"
5252
strict = true
5353
show_error_codes = true
5454
enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
@@ -69,7 +69,7 @@ filterwarnings = [
6969
testpaths = ["tests"]
7070

7171
[tool.ruff]
72-
target-version = "py38"
72+
target-version = "py312"
7373
line-length = 88
7474

7575
[tool.ruff.lint]

0 commit comments

Comments
 (0)