diff --git a/setup.py b/setup.py index c4ee8ebd9e9..9ab52bd7511 100644 --- a/setup.py +++ b/setup.py @@ -80,5 +80,5 @@ 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', ], - python_requires=">=3.7", + python_requires=">=3.7.2", )