diff --git a/pyproject.toml b/pyproject.toml
index 560ed4004af47eb8a3305ad04ddc554730cded08..17c998f312d33f8207009bad3db765e253a57de6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -98,7 +98,7 @@ persistent = true
 
 # Minimum Python version to use for version dependent checks. Will default to the
 # version used to run pylint.
-py-version = "3.11"
+py-version = "3.7"
 
 # When enabled, pylint would attempt to guess common misconfiguration and emit
 # user-friendly hints instead of false-positive error messages.