]> git.phdru.name Git - m_lib.git/commitdiff
Build: Add Python 3.7
authorOleg Broytman <phd@phdru.name>
Thu, 28 Jun 2018 14:23:26 +0000 (17:23 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 28 Jun 2018 14:23:26 +0000 (17:23 +0300)
[skip ci]

devscripts/release

index 9c83f4b8e9e587e7d15b033692b4ecebccc28ff8..a5f82e9f28e61a987214864f4ad0b612ca6ab676 100755 (executable)
@@ -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 &&