From f01596e62e1b4489032de32a3f12d78f8ff79b8e Mon Sep 17 00:00:00 2001 From: Qiang Zhu Date: Sat, 22 Jul 2023 09:53:34 -0400 Subject: [PATCH] test py3.11+ --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6070dad4..bb6d4841 100755 --- a/setup.py +++ b/setup.py @@ -55,6 +55,6 @@ 'pyshtools>=4.10.3', #"openbabel>=3.0.0", ], - python_requires=">=3.7, <=3.11", #add the restriction for now issue #189 + python_requires=">=3.7, <=3.12", #add the restriction for now issue #189 license="MIT", )