]> git.phdru.name Git - m_librarian.git/blobdiff - devscripts/release
Build, Tests(tox): Python 3.7
[m_librarian.git] / devscripts / release
index 3076437cb63afd453feee146e82f60bd687f3565..cbe4ba19236ec9144a905787f0002a691a965e4d 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.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' &&