diff --git a/setup.py b/setup.py index a3a32b9..393478c 100644 --- a/setup.py +++ b/setup.py @@ -55,5 +55,5 @@ def get_version(): 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', ], - python_requires = '>=3.10', + python_requires = '>=3.8', ) \ No newline at end of file