From 4c2b53a96b17d54c59bd97e28c0e70cd75f0878a Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 28 Jun 2018 17:23:26 +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 9c83f4b..a5f82e9 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