Skip to content

Fix Steam for Python 3.9

I was having crashes trying to use the Steam integration with Python 3.9.2.

The getiterator function was deprecated in Python 3.2 and removed in Python 3.9.

Merge request reports

Loading