Skip to content

v1.3.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Oct 04:17

v1.3.3 (2024-10-08)

Fixes

  • fix: update signal handler function to handle different operating systems (d79bef4)

Unknown

  • Merge pull request #16 from hdoublearp/master

fix: fix bug in signal handler on Windows (446e627)

  • Fix bug in signal handler on Windows

Windows doesn't support signals in Python. Rather than check for the OS version using the platform library, simply graceful proceed if an exception is raised here. (d0263ea)