From 2c81d6290fa83b0797a2fe67f6038c79f0d99422 Mon Sep 17 00:00:00 2001 From: tslight Date: Thu, 18 Jan 2024 18:11:26 +0000 Subject: [PATCH] remove the python requires --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 6559524..7423c0a 100644 --- a/setup.py +++ b/setup.py @@ -8,5 +8,4 @@ "requests==2.31.0", "wheel", ], - python_requires="==3.8,==3.9", )