diff options
author | jtranquilli <76231120+jtranquilli@users.noreply.github.com> | 2023-10-06 15:12:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-06 15:12:15 (GMT) |
commit | 201dc11aeb4699de3c5ebaea9798796c30087bcc (patch) | |
tree | aa79bfc29c7877222ac7c18a2630c5ff7bd1f7c8 /PCbuild/readme.txt | |
parent | 02cdaefe9a5fe63bfe6584688a23b9a8229d57ac (diff) | |
download | cpython-201dc11aeb4699de3c5ebaea9798796c30087bcc.zip cpython-201dc11aeb4699de3c5ebaea9798796c30087bcc.tar.gz cpython-201dc11aeb4699de3c5ebaea9798796c30087bcc.tar.bz2 |
gh-109286: Update Windows installer to use SQLite 3.43.1 (#110403)
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Erlend E. Aasland <erlend@python.org>
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r-- | PCbuild/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 98b3701..175ce91 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -189,7 +189,7 @@ _ssl again when building. _sqlite3 - Wraps SQLite 3.42.0, which is itself built by sqlite3.vcxproj + Wraps SQLite 3.43.1, which is itself built by sqlite3.vcxproj Homepage: https://www.sqlite.org/ _tkinter |