Skip to content

Commit fc6bfbb

Browse files
DinoVmeta-codesync[bot]
authored andcommitted
Download CPython 3.14.2, not the latest current sources
Summary: We should only support running on the latest released version, not an arbitrary version Reviewed By: jbower-fb Differential Revision: D90139370 fbshipit-source-id: 1aad22ba2231573f10a8e5c2ec6a63538ee4eee7
1 parent 4e7e7cb commit fc6bfbb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build/fbcode_builder/manifests/python-3_14

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
[manifest]
44
name = python-3_14
55

6-
[git]
7-
repo_url = https://github.com/python/cpython.git
8-
branch = 3.14
6+
[download]
7+
url = https://github.com/python/cpython/archive/refs/tags/v3.14.2.tar.gz
8+
sha256 = 452d758a660bf1faa31b0b5e39999721b6034421b1cb0a3a26223a344c4fa949
99

1010
[build]
1111
builder = autoconf
12+
subdir = cpython-3.14.2

0 commit comments

Comments
 (0)