]> git.phdru.name Git - sqlconvert.git/blobdiff - devscripts/release
Build, Tests(tox): Python 3.7
[sqlconvert.git] / devscripts / release
index 6616f3a32ec6e160973ec108f49b3a807c3919be..3b0757190f7acc49bff1ebeaf2134bf568148d9c 100755 (executable)
@@ -9,7 +9,7 @@ python setup.py build_py &&
 python setup.py build --executable '/usr/bin/env python' &&
 python setup.py sdist &&
 
 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.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' &&
    find build -name '*.py[co]' -delete &&
    python$py setup.py build_py &&
    python$py setup.py build --executable '/usr/bin/env python' &&