]> git.phdru.name Git - ppu.git/blobdiff - devscripts/release
Build, Tests(tox): Python 3.7
[ppu.git] / devscripts / release
index b02e47042932a07410dd37c154322554a88e7965..c6bc18a727da917e2a1f55fa4b4b3be86b4d2831 100755 (executable)
@@ -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.3 3.4 3.5 3.6; do
+for py in 2.7 3.3 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 --executable '/usr/bin/env python' &&