You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Python 3.11, python3 -Wall -c "import zbarlight" results in:
.../python3.11/site-packages/zbarlight/__init__.py:3: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources
Assuming support for Python < 3.8 is dropped (those all are out of support anyways), the current usage can be changed to:
With Python 3.11,
python3 -Wall -c "import zbarlight"
results in:Assuming support for Python < 3.8 is dropped (those all are out of support anyways), the current usage can be changed to:
The text was updated successfully, but these errors were encountered: