From 78ddf7963e09d117965e94a603021f83e81c4fe1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Thu, 7 Mar 2024 09:27:48 +0100
Subject: [PATCH] README fix

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 41f6ee63..43d9aca7 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ satella
 [![License](https://img.shields.io/pypi/l/satella)](https://github.com/piotrmaslanka/satella)
 [![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/pylint-dev/pylint)
 
-Satella is an almost-zero-requirements Python 3.5+ library for writing server applications. It has arisen out of my
+Satella is an almost-zero-requirements Python 3.7+ library for writing server applications. It has arisen out of my
 requirements to have some classes or design patterns handy, and kinda wish-they-were-in-the-stdlib ones. especially
 those dealing with mundane but useful things. It also runs on PyPy, and most of it runs on Windows (the part not dealing
 with forking processes, you see).
-- 
GitLab