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', )