You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: Fix capa binary in Windows 7
Python 3.9 doesn't support Windows 7 (used in FLARE-VM):
https://www.python.org/downloads/windows
Use Python 3.6 to build instead and add a warning to avoid that we drop
Windows 7 support by accident.