Skip to content

IndustrialXPL-Forge v1.0.12

Choose a tag to compare

@mrhenrike mrhenrike released this 01 Jun 20:05
· 57 commits to master since this release

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.