mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
keg, cmd/--prefix: handle python3.10
This commit is contained in:
parent
83aa3ff258
commit
d88576a89b
@ -74,6 +74,7 @@ module Homebrew
|
||||
lib/gio/*
|
||||
lib/node_modules/*
|
||||
lib/python[23].[0-9]/*
|
||||
lib/python3.[0-9][0-9]/*
|
||||
lib/pypy/*
|
||||
lib/pypy3/*
|
||||
lib/ruby/gems/[12].*
|
||||
|
@ -452,7 +452,7 @@ class Keg
|
||||
/^ocaml/,
|
||||
/^perl5/,
|
||||
"php",
|
||||
/^python[23]\.\d/,
|
||||
/^python[23]\.\d+/,
|
||||
/^R/,
|
||||
/^ruby/
|
||||
:mkpath
|
||||
|
Loading…
x
Reference in New Issue
Block a user