fontweight is the argument for the fig.suptitle() function.
So this should work for you,
fig.suptitle("Test",fontweight="bold")
fontweight is the argument for the fig.suptitle() function.
So this should work for you,
fig.suptitle("Test",fontweight="bold")