Re: [Twisted-Python] Building Python3 wheels for Win32 and releasing to Pypi

2018-01-08 Thread Oliver Palmer
> If during the release process, appveyor could build the Windows wheels on py2.7 and py3, and then upload them to pypi, that would be ideal. Last I checked AppyVeyor can't do this directly. I ended up writing a command line tool to make releases for pywincffi which uses this class to pull

Re: [Twisted-Python] Building Python3 wheels for Win32 and releasing to Pypi

2018-01-08 Thread Craig Rodrigues
On Sun, Jan 7, 2018 at 10:14 PM, Adi Roiban wrote: > > I no longer have time to work on it, but I think that is possible to build > wheels for py2.7 and py3 on appveyor > If during the release process, appveyor could build the Windows wheels on py2.7 and py3, and then upload

Re: [Twisted-Python] Building Python3 wheels for Win32 and releasing to Pypi

2018-01-07 Thread Adi Roiban
On 7 January 2018 at 23:44, Glyph wrote: > > > On Jan 7, 2018, at 1:47 PM, Craig Rodrigues > wrote: > > At 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

Re: [Twisted-Python] Building Python3 wheels for Win32 and releasing to Pypi

2018-01-07 Thread Glyph
> On Jan 7, 2018, at 1:47 PM, Craig Rodrigues wrote: > > At 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 >

[Twisted-Python] Building Python3 wheels for Win32 and releasing to Pypi

2018-01-07 Thread Craig Rodrigues
At 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 which is not ideal. Since I ported the IOCP reactor to Win32 in 2016, it would