We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Got an error when installing gcamwrapper, and solved it by changingpython_requires='>=3.6.*, <4' to python_requires='>=3.6, <4'.
gcamwrapper
python_requires='>=3.6.*, <4'
python_requires='>=3.6, <4'