What's Changed
* v918.14 update, python 3.13, and fixed compiler warnings in https://github.com/intrepidcs/python_ics/pull/204
* Python 3.13 support
* Python 3.13 free-threading support. Free-threading support is essentially untested for threading issues. As support for this is still experimental upstream focus on this isn't a priority yet. Any mutable containers pass in to the API calls should be guarded for now if being used concurrently.
* Enabled compiler warnings to catch some minor issues.
* updated libicsneo to 02b5daf
* Enable internal firmware flashing over CAN. by overheadattack in https://github.com/intrepidcs/python_ics/pull/198
New Contributors
* overheadattack made their first contribution in https://github.com/intrepidcs/python_ics/pull/198
**Full Changelog**: https://github.com/intrepidcs/python_ics/compare/v917.18...v918.14