Why Nostr? What is Njump?
2024-06-10 18:06:28

Simon Willison on Nostr: I want to run a quick informal survey on SQLite versions people have in their Python ...

I want to run a quick informal survey on SQLite versions people have in their Python environments... could you run the following command in a terminal and reply with the output?

python -c 'import sys, sqlite3, platform; print(sqlite3.connect(":memory:").execute("select sqlite_version()").fetchone(), sys.version, platform.platform())'

I get this:

('3.45.2',) 3.10.14 (main, Mar 19 2024, 21:46:16) [Clang 15.0.0 (clang-1500.3.9.4)] macOS-14.1.1-arm64-arm-64bit
Author Public Key
npub13v97j0kknscwnf5pt87nsn7cxzxwfwl3dsu7ss8qsq7ukmqgwg8q84w5eu