CybOXProject / mixbox

A library of common code leveraged by python-cybox, python-maec, and python-stix
BSD 3-Clause "New" or "Revised" License
8 stars 15 forks source link

Py3 fixes #27

Closed clenk closed 8 years ago

clenk commented 8 years ago

Fix mixbox support for Python 3 by dropping 3.2 support (no longer supported by pip), adding 3.5 support, and vendoring in an updated module that breaks on 3.3. See https://github.com/twang817/weakrefmethod/pull/4.

clenk commented 8 years ago

New version of weakrefmethod is up on PyPI. No need to vendor it in now.