Skip to content

0.9.2

Compare
Choose a tag to compare
@GhostofGoes GhostofGoes released this 04 Feb 00:46
· 24 commits to main since this release

Announcement: Compatibility with Python versions older than 3.7 (2.7, 3.4, 3.5, and 3.6) is deprecated and will be removed in getmac 1.0.0. If you are stuck on an unsupported Python, consider loosely pinning the version of this package in your dependency list, e.g. getmac<1.0.0 or getmac~=0.9.0.

Changed

  • Fix flakyness with UuidArpGetNode on MacOS by making it the last method attempted (Fixes issue #82)