From: Bob Halley Date: Sat, 27 Jun 2026 17:50:40 +0000 (-0700) Subject: Tell black we target our least supported version. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa63dd8fc403640b4685de14d1b5c5331aac9cea;p=thirdparty%2Fdnspython.git Tell black we target our least supported version. --- diff --git a/pyproject.toml b/pyproject.toml index ad24abec..e031d88c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,6 +105,9 @@ lint.ignore = [ ] lint.exclude = ["tests/*"] +[tool.black] +target-version = ["py310"] + [tool.isort] profile = "black"