Closed cyberrumor closed 1 year ago
Steam deck is on python 3.10 and doesn't have access to EnumType so launching currently fails.
Fixed by using EnumMeta instead of EnumType and downgrading github workflow to use python 3.10.8 which is the same version used by the steamdeck.
Steam deck is on python 3.10 and doesn't have access to EnumType so launching currently fails.