From a0f6d6d91d323a70a4238b69606ddf3db2139f96 Mon Sep 17 00:00:00 2001
From: Jan Katins <jan.katins@kreuzwerker.de>
Date: Tue, 22 Aug 2023 01:18:11 +0200
Subject: [PATCH] Really ignore older python versions

---
 pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyproject.toml b/pyproject.toml
index 39be1ae..ff53f70 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -78,6 +78,7 @@ show_error_codes = true
 
 [tool.ruff]
 line-length = 120
+target-version = "py310"
 # ALL = ALL tests unless explicitly disabled!
 select = ["ALL"]
 ignore = [