> On Jan 7, 2018, at 1:47 PM, Craig Rodrigues <rodr...@crodrigues.org> wrote: > > At https://pypi.python.org/pypi/Twisted > <https://pypi.python.org/pypi/Twisted> , there is only a Python 2.7 wheel for > Win32. > > Since we don't push Python3 wheels to Pypi, people need to pick them up > from: https://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted > <https://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted> > which is not ideal. > > Since I ported the IOCP reactor to Win32 in 2016, it would be good > to update the Twisted release scripts to push Python3 wheels to Pypi.
👍 > Where are these scripts located? The release process is documented here: https://twisted.readthedocs.io/en/latest/core/development/policy/release-process.html <https://twisted.readthedocs.io/en/latest/core/development/policy/release-process.html> According to said documentation, it seems that the Windows wheels are all built on the Buildbot, which would put the script here: https://github.com/twisted-infra/braid/blob/4320f9461d376ba255158e841b308dd833376c36/services/buildbot/master/twisted_factories.py#L624-L664 <https://github.com/twisted-infra/braid/blob/4320f9461d376ba255158e841b308dd833376c36/services/buildbot/master/twisted_factories.py#L624-L664> Personally I would really like to see a wheel matrix with win32/win64/macOS/manylinux1 on one side and py27 py34 py35 py36 on the other. -glyph
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python