Fix support of Python 3.11
"Changed in version 3.11: The population must be a sequence. Automatic conversion of sets to lists is no longer supported." -- https://docs.python.org/3/library/random.html#random.sample
cc @olasd
Staging instance, all changes can be removed at any time
"Changed in version 3.11: The population must be a sequence. Automatic conversion of sets to lists is no longer supported." -- https://docs.python.org/3/library/random.html#random.sample
cc @olasd