IndustrialXPL-Forge v1.0.12
Bug fix release. Fixes Windows crash on Python 3.12/3.13/3.14: AttributeError: NoneType has no attribute write_history_file. Root cause: readline is None on Windows without pyreadline3. Fix: guard all readline.write_history_file calls with _HAS_READLINE check. Added pyreadline3>=3.4 as Windows-conditional dependency. Updated pysnmp to 6.1+ (Python 3.12+ compatible). Pinned urllib3 range.