We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719ed1e commit bd2c963Copy full SHA for bd2c963
ci/constants.py
@@ -41,6 +41,8 @@ class TargetPython(Enum):
41
'libtorrent',
42
# pybind11 build fails on macos
43
'pybind11',
44
+ # pygame (likely need to be updated) is broken with newer SDL2 versions
45
+ 'pygame',
46
])
47
48
BROKEN_RECIPES = {
0 commit comments