From fd3e7c2c691384494184ab052b488842a2ba4e36 Mon Sep 17 00:00:00 2001 From: "Ronald I." <14822065+rilma@users.noreply.github.com> Date: Sun, 25 Feb 2024 17:58:20 +0000 Subject: [PATCH] Python 2.7 is unsupported --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4cb79c2..b370ad5 100644 --- a/setup.py +++ b/setup.py @@ -42,5 +42,5 @@ 'Programming Language :: Python', 'Programming Language :: Python :: 3', ], - python_requires='>=2.7', + python_requires='>=3.10', )