From a588607ec6546de441812e215fbbf4e9ff20101b Mon Sep 17 00:00:00 2001 From: Nathaniel May Date: Wed, 19 Jan 2022 12:24:37 -0500 Subject: [PATCH] drop support for Python 3.7.0 and 3.7.1 (#4585) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", )