[tor-commits] [sbws/master] Require python version from 3.4.5
pastly at torproject.org
pastly at torproject.org
Wed Jul 11 15:05:40 UTC 2018
commit c21c6e9e9ba8b36280cb5469e8c1c87aa25864c0
Author: juga0 <juga at riseup.net>
Date: Sun Jul 1 10:35:47 2018 +0000
Require python version from 3.4.5
Since version 3.4.2 gives error on install_layout and it is not
the default in stable OS distributions
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 206526c..b7be0f7 100755
--- a/setup.py
+++ b/setup.py
@@ -64,7 +64,7 @@ setup(
},
data_files=get_data_files(),
keywords='',
- python_requires='>=3.4',
+ python_requires='>=3.4.5',
# test_suite='test',
entry_points={
'console_scripts': [
More information about the tor-commits
mailing list