|
From: Oleg B. <ph...@ph...> - 2015-03-26 23:55:57
|
On Thu, Mar 26, 2015 at 06:45:21PM -0500, Ian Cordasco <gra...@gm...> wrote:
> On Thu, Mar 26, 2015 at 6:34 PM, Oleg Broytman <ph...@ph...> wrote:
>
> > On Fri, Mar 27, 2015 at 12:05:53AM +0100, Oleg Broytman <ph...@ph...>
> > wrote:
> > > On Thu, Mar 26, 2015 at 05:53:19PM -0500, Ian Cordasco <
> > gra...@gm...> wrote:
> > > > > > On 26 March 2015 at 21:33, Oleg Broytman <ph...@ph...> wrote:
> > > > > > > Hi! All tests are green. What's next?
> > >
> > > > An alpha release might help us get some beta testers. Maybe create a
> > > > 3.0.0a1 that people can then pip install?
> > >
> > > Nice idea, will do it!
> >
> > Sorry, I was too haste. I need python 3.4 on my system to release
> > SQLObject for Python 3 ;-) so I have to update my stable Debian to
> > testing. I wanted to do that anyway so I hope to upgrade at the weekend.
>
> You don't need Python 3 to release it. You just need to make sure that the
> correct classifier is there (not that pip cares) and then do a `python
> setup.py sdist`. If you want to release a wheel, you can do `python
> setup.py bdist_wheel --universal` to signal that it works on Python 2 and
> Python 3. (That can be done from either Python 2 or Python 3 so you don't
> need 3.4 installed.)
Aha, that's better, thank you!
Wheels don't include .pyc/.pyo files? They are very much
version-specific, you know.
> Cheers,
> Ian
Oleg.
--
Oleg Broytman http://phdru.name/ ph...@ph...
Programmers don't die, they just GOSUB without RETURN.
|