We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Your code is broke here
moz_crlite_query/crlite_query/__init__.py
Line 25 in 425b475
When I run;
import sqlite3 print(sqlite3.sqlite_version_info) // (3, 37, 2)
Which is meant to be valid But when I use crlite_query it fails with
crlite_query
File ".venv/lib/python3.9/site-packages/crlite_query/__init__.py", line 25, in <module> assert sqlite3.sqlite_version_info >= (3, 24), "Requires SQLite 3.24 or newer" AssertionError: Requires SQLite 3.24 or newer
This is a bug
The text was updated successfully, but these errors were encountered:
#28
Sorry, something went wrong.
No branches or pull requests
Your code is broke here
moz_crlite_query/crlite_query/__init__.py
Line 25 in 425b475
When I run;
Which is meant to be valid
But when I use
crlite_query
it fails withThis is a bug
The text was updated successfully, but these errors were encountered: