mirror of
https://github.com/frej/fast-export.git
synced 2026-01-12 09:12:05 +01:00
Python 3.12 has removed imp and it's recommended to use importlib instead. Python 2.7 doesn't have importlib, so Python 2.7 support is ceased (not a big deal since it's been more than 3 years since it was EOLed) as a part of this change.