From: Oleg Broytman Date: Wed, 13 Dec 2017 13:15:51 +0000 (+0300) Subject: Build(release): Add Python 3.3 X-Git-Tag: 0.6.1~2 X-Git-Url: https://git.phdru.name/?p=ppu.git;a=commitdiff_plain;h=d3b457db4cf7d0223214c53558ca49255b96877c Build(release): Add Python 3.3 [skip ci] --- diff --git a/devscripts/release b/devscripts/release index 99cd999..84bbcac 100755 --- a/devscripts/release +++ b/devscripts/release @@ -9,7 +9,7 @@ python setup.py build_py && python setup.py build --executable '/usr/bin/env python' && python setup.py sdist && -for py in 2.7 3.4 3.5 3.6; do +for py in 2.7 3.3 3.4 3.5 3.6; do find build -name '*.py[co]' -delete && python$py setup.py build_py && python$py setup.py build --executable '/usr/bin/env python' &&