aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJ08nY2019-04-23 19:05:27 +0200
committerJ08nY2019-04-23 19:05:27 +0200
commit28390ec1575e0af026be2bfea6fd0bca8f55c008 (patch)
treefefdb02a66c2811be4dd95da4751a9b3756b740c /setup.py
parent06b421731616099cc42d19e345aa71e5d6708167 (diff)
downloadpyecsca-28390ec1575e0af026be2bfea6fd0bca8f55c008.tar.gz
pyecsca-28390ec1575e0af026be2bfea6fd0bca8f55c008.tar.zst
pyecsca-28390ec1575e0af026be2bfea6fd0bca8f55c008.zip
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5c4f5c8..20268bb 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ setup(
"Intended Audience :: Science/Research"
],
install_package_data=True,
- python_requires='>=3',
+ python_requires='>=3.7',
install_requires=[
"numpy",
"scipy",