MagicStack / immutables

A high-performance immutable mapping type for Python.
Other
1.14k stars 57 forks source link

No Python 3.5 Windows Wheel on pypi #48

Closed rongduan-zhu closed 4 years ago

rongduan-zhu commented 4 years ago

There are wheels published for all three platforms (win, mac, linux) for python 3.6 to python 3.8 but for python 3.5, there are only wheels for mac and linux. https://pypi.org/project/immutables/#files

Is it possible to publish Python 3.5 wheel for Windows as well?

rongduan-zhu commented 4 years ago

Arh I see, it's because of this. https://bugs.python.org/issue30389