Skip to content

Commit

Permalink
Merge pull request #11647 from carlocab/python3.10
Browse files Browse the repository at this point in the history
keg, cmd/--prefix: handle python3.10
  • Loading branch information
carlocab committed Jul 6, 2021
2 parents 1eba225 + d88576a commit c20826a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Library/Homebrew/cmd/--prefix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def __prefix
lib/gio/*
lib/node_modules/*
lib/python[23].[0-9]/*
lib/python3.[0-9][0-9]/*
lib/pypy/*
lib/pypy3/*
lib/ruby/gems/[12].*
Expand Down
2 changes: 1 addition & 1 deletion Library/Homebrew/keg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ def link(verbose: false, dry_run: false, overwrite: false)
/^ocaml/,
/^perl5/,
"php",
/^python[23]\.\d/,
/^python[23]\.\d+/,
/^R/,
/^ruby/
:mkpath
Expand Down

0 comments on commit c20826a

Please sign in to comment.