Merge pull request #11647 from carlocab/python3.10

keg, cmd/--prefix: handle python3.10
This commit is contained in:
Carlo Cabrera 2021-07-05 17:02:46 -07:00 committed by GitHub
commit c20826a872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -74,6 +74,7 @@ module Homebrew
lib/gio/* lib/gio/*
lib/node_modules/* lib/node_modules/*
lib/python[23].[0-9]/* lib/python[23].[0-9]/*
lib/python3.[0-9][0-9]/*
lib/pypy/* lib/pypy/*
lib/pypy3/* lib/pypy3/*
lib/ruby/gems/[12].* lib/ruby/gems/[12].*

View File

@ -452,7 +452,7 @@ class Keg
/^ocaml/, /^ocaml/,
/^perl5/, /^perl5/,
"php", "php",
/^python[23]\.\d/, /^python[23]\.\d+/,
/^R/, /^R/,
/^ruby/ /^ruby/
:mkpath :mkpath