diff options
| author | Ralf Luther <luther.ralf@gmail.com> | 2020-12-05 12:55:50 +0100 |
|---|---|---|
| committer | Ralf Luther <luther.ralf@gmail.com> | 2020-12-05 12:55:50 +0100 |
| commit | d55d75a772ebf6c82a6d73e22f2f7d3b0d3d8f04 (patch) | |
| tree | b16da18f8c955034e0057776d38bbc1a9292f954 | |
| parent | ecb5de498211ae50e7a104cbc12ded364ccfbc85 (diff) | |
soong: whitelist the usage of Python 3.9q10.0
Change-Id: I3dac2f690cf5165d3bf1937acaae1496d6aba45f
| -rw-r--r-- | ui/build/paths/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go index e654ff83d..854b5f0d3 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go @@ -108,6 +108,7 @@ var Configuration = map[string]PathConfig{ "python3.6":Allowed, "python3.7":Allowed, "python3.8":Allowed, + "python3.9":Allowed, "realpath": Allowed, "repo": Allowed, "rsync": Allowed, |
