This specifies which versions of Python the library is compatible with. This both prevents the module from being installed in an incompatible Python environment, and will also enable users after future releases to still pip install musicbrainzngs and get a version that is compatible with their Python setup.
Versions specified according to current README.md.
This specifies which versions of Python the library is compatible with. This both prevents the module from being installed in an incompatible Python environment, and will also enable users after future releases to still
pip install musicbrainzngs
and get a version that is compatible with their Python setup.Versions specified according to current README.md.
See https://packaging.python.org/guides/dropping-older-python-versions/ and https://github.com/pypa/sampleproject/pull/87