From b5d51c8231f3ed9448266b1d7cb2107e34550bf0 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 12 Dec 2025 03:17:49 +0900 Subject: [PATCH] Drop conflicting target-version The current value (py312) conflicts with the minimum version (py310). Drop target-version so that ruff uses the required-python option. Change-Id: I4ff1a14bf1f6165f190fc3abd467a6c9a9e8ed9a Signed-off-by: Takashi Kajinami --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d8edf18..2350627 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,6 @@ build-backend = "pbr.build" [tool.ruff] line-length = 79 -target-version = "py312" [tool.setuptools] packages = [