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
{{ message }}
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
It looks like this library supports python 3, but I'm not 100% sure. If so, could you make it so that this tool doesn't report the library as blocking: https://caniusepython3.com/project/Logentries
I think what you need to do is add classifiers to setup.py like this:
classifiers=[
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
]
The text was updated successfully, but these errors were encountered:
We probably need tests to validate if this works with python 3. From what I understand in how the library works, it probably won't work well with python3 due to the way the 'msg' line is processed.
I'm using with python3 in production in more than one year, and only two problems than I found ( #46 and #53 I don't understand why this PRs is not merged =/ )
It looks like this library supports python 3, but I'm not 100% sure. If so, could you make it so that this tool doesn't report the library as blocking:
https://caniusepython3.com/project/Logentries
I think what you need to do is add classifiers to setup.py like this:
classifiers=[
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
]
The text was updated successfully, but these errors were encountered: