projects
/
m_lib.full.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e8578c
)
Build: Add Python 3.7
author
Oleg Broytman
<phd@phdru.name>
Thu, 28 Jun 2018 14:23:39 +0000
(17:23 +0300)
committer
Oleg Broytman
<phd@phdru.name>
Thu, 28 Jun 2018 14:23:39 +0000
(17:23 +0300)
[skip ci]
devscripts/release
patch
|
blob
|
history
diff --git
a/devscripts/release
b/devscripts/release
index
d228e12
..
907f12e
100755
(executable)
--- 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 &&