necaris / cuid.py

A fast, scalable unique ID generator for Python
BSD 2-Clause "Simplified" License
64 stars 8 forks source link

Release as universal wheel #6

Closed scop closed 7 years ago

scop commented 7 years ago

http://pythonwheels.com/#pure-wheel

necaris commented 7 years ago

Is a "universal" wheel the right option? From the linked website, it says that we should use a universal wheel if it is compatible with Python 2 and 3 -- and I don't believe we are currently backwards-compatible with Python 2.

necaris commented 7 years ago

Oops, ignore the previous comment, was getting projects confused. This should be fine.