From b43352ef98fe01313bcfb2c30e97d40d4c519448 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 28 Jun 2018 17:23:39 +0300 Subject: [PATCH] Build: Add Python 3.7 [skip ci] --- devscripts/release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && -- 2.39.2