Got an error when installing `gcamwrapper`, and solved it by changing`python_requires='>=3.6.*, <4'` to `python_requires='>=3.6, <4'`.
Got an error when installing
gcamwrapper, and solved it by changingpython_requires='>=3.6.*, <4'topython_requires='>=3.6, <4'.