mastodon.online is one of the many independent Mastodon servers you can use to participate in the fediverse.
A newer server operated by the Mastodon gGmbH non-profit

Server stats:

12K
active users

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

John W. O'Brien

@simon

('3.46.0',) 3.11.9 (main, Apr 4 2024, 05:10:52) [Clang 14.0.3 (clang-1403.0.22.14.1)] macOS-13.6.7-arm64-arm-64bit

('3.46.0',) 3.10.14 (main, Jun 9 2024, 21:46:41) [Clang 18.1.5 (github.com/llvm/llvm-project.g llvmorg-18.1.5-0-g617a15 FreeBSD-14.1-RELEASE-amd64-64bit-ELF

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. - GitHub - llvm/llvm-project at llvmorg-1.1.0
GitHubGitHub - llvm/llvm-project at llvmorg-1.1.0The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. - GitHub - llvm/llvm-project at llvmorg-1.1.0