Bump python patch version

Might as well since we are anyway updating all deps and 3.14.2 fixes
various regression in 3.14.
This commit is contained in:
Kovid Goyal 2025-12-10 23:24:05 +05:30
parent 7915aad2da
commit 1adc288f70
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -193,10 +193,10 @@
}, },
{ {
"name": "python 3.14.1", "name": "python 3.14.2",
"unix": { "unix": {
"file_extension": "tar.xz", "file_extension": "tar.xz",
"hash": "sha256:8dfa08b1959d9d15838a1c2dab77dc8d8ff4a553a1ed046dfacbc8095c6d42fc", "hash": "sha256:ce543ab854bc256b61b71e9b27f831ffd1bfd60a479d639f8be7f9757cf573e9",
"urls": ["https://www.python.org/ftp/python/{version}/Python-{version}.{file_extension}"] "urls": ["https://www.python.org/ftp/python/{version}/Python-{version}.{file_extension}"]
} }
}, },