--- setup.py	2022-01-26 05:26:37.000000000 +0800
+++ setup.py	2023-11-06 06:11:46.000000000 +0800
@@ -24,7 +24,7 @@
 setup_requires = [
     # Pin pytest-runner to 5.2.0, since 5.3.0 uses `find_namespaces` directive, not supported in
     # Python 2.7
-    'pytest-runner == 5.2.0',
+    'pytest-runner >= 5.2.0',
 ]
 
 # WARNING: This imposes limitations on test/requirements.txt such that the
