@simon ('3.46.0',) 3.12.3 (main, Apr 9 2024, 08:09:14) [Clang 15.0.0 (clang-1500.3.9.4)] macOS-14.5-arm64-arm-64bit
Conversation
Notices
-
Embed this notice
anderbill (band@hachyderm.io)'s status on Tuesday, 11-Jun-2024 03:58:50 JST anderbill -
Embed this notice
Simon Willison (simon@fedi.simonwillison.net)'s status on Tuesday, 11-Jun-2024 03:58:51 JST Simon Willison 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
-
Embed this notice