From: Oleg Broytman Date: Thu, 28 Jun 2018 14:23:39 +0000 (+0300) Subject: Build: Add Python 3.7 X-Git-Url: https://git.phdru.name/?p=m_lib.full.git;a=commitdiff_plain;h=b43352ef98fe01313bcfb2c30e97d40d4c519448 Build: Add Python 3.7 [skip ci] --- diff --git a/devscripts/release b/devscripts/release index d228e12..907f12e 100755 --- a/devscripts/release +++ b/devscripts/release @@ -9,7 +9,7 @@ python setup.py build_py && python setup.py build && python setup.py sdist && -for py in 2.6 2.7 3.4 3.5 3.6; do +for py in 2.6 2.7 3.4 3.5 3.6 3.7; do find build -name '*.py[co]' -delete && python$py setup.py build_py && python$py setup.py build &&