audit: remove python 3.9 from unstable allowlist

This commit is contained in:
Dustin Rodrigues 2020-10-05 20:44:36 -04:00
parent 95ba86d465
commit ea57ef794e

View File

@ -718,7 +718,6 @@ module Homebrew
# used for formulae that are unstable but need CI run without being in homebrew/core # used for formulae that are unstable but need CI run without being in homebrew/core
UNSTABLE_DEVEL_ALLOWLIST = { UNSTABLE_DEVEL_ALLOWLIST = {
"python@3.9" => "3.9.0rc",
}.freeze }.freeze
GNOME_DEVEL_ALLOWLIST = { GNOME_DEVEL_ALLOWLIST = {