Thanks for this library. I'm using it in a pants project, but when building a pex I get
No pre-built wheel was available for licensing 0.45.
Successfully built the wheel licensing-0.45-py3-none-any.whl from the sdist licensing-0.45.tar.gz but it is not compatible with the requested foreign target complete platform cp311-cp311-manylinux_2_35_x86_64.
You'll need to build a wheel from licensing-0.45.tar.gz on the foreign target platform and make it available to Pex via a `--find-links` repo or a custom `--index`.
I think this due to the classifiers in setup.py:
'Programming Language :: Python :: 3', #Specify which pyhton versions that you want to support
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
What about 3.7 to 3.12, are they also supported? What about the OS specifiers, does it support all OS's?
Thanks for this library. I'm using it in a pants project, but when building a pex I get
I think this due to the classifiers in setup.py:
What about 3.7 to 3.12, are they also supported? What about the OS specifiers, does it support all OS's?