ArniDagur / python-adblock

Brave's adblock library in Python
https://pypi.org/project/adblock/
Apache License 2.0
57 stars 5 forks source link

Failing test suite on python 3.10.0 #55

Closed Foxboron closed 2 years ago

Foxboron commented 2 years ago
py3.9 >>> "3.9" >= "3.6"
True
py3.9 >>> "3.9.0" >= "3.6"
True
py3.9 >>> "3.10.0" >= "3.6"
False

I'm speechless at this being an actual problem.

https://rebuilds.foutrelis.com/log/python-adblock.log

ArniDagur commented 2 years ago

Should be fixed in new release.

Foxboron commented 2 years ago

Thanks!