0.9.2
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)