aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.py
diff options
context:
space:
mode:
authorJ08nY2020-02-10 17:32:27 +0100
committerJ08nY2020-02-10 18:15:06 +0100
commit29326d606cc073a0f4e62b65540998f62f242445 (patch)
treeda164aa723523cb2ca7db315363b0d68dad0206f /setup.py
parentf788291bd6d4b6c967ecad5aad3f290308ffb21c (diff)
downloadpyecsca-codegen-29326d606cc073a0f4e62b65540998f62f242445.tar.gz
pyecsca-codegen-29326d606cc073a0f4e62b65540998f62f242445.tar.zst
pyecsca-codegen-29326d606cc073a0f4e62b65540998f62f242445.zip
Fix Travis.
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 262f531..7fed9bf 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ setup(
"templates/", "tommath/"]
},
#install_package_data=True,
- python_requires='>=3.7',
+ python_requires='>=3.8',
install_requires=[
"pyecsca",
"numpy",