syrusakbary / snapshottest

Snapshot Testing utils for Python 📸
MIT License
530 stars 103 forks source link

Update packaging for Python 3-only distribution #137

Closed medmunds closed 4 years ago

medmunds commented 4 years ago

Remove universal wheel flag from setup.cfg bdist_wheel config, because universal wheels must support both Python 2 and 3.1

(We can and should still distribute as a non-universal "pure Python" bdist_wheel because this package does not contain any compiled platform code.)