diff options
| -rw-r--r-- | .travis.yml | 6 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 5ad51c1..c61dbf6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,7 @@ os: linux language: python dist: xenial -python: - - "3.7" - - "3.8" +python: "3.8" addons: apt: @@ -14,6 +12,8 @@ addons: - libps4000 - libps6000 - swig + - gcc + - libpcsclite-dev before_install: - git clone https://github.com/colinoflynn/pico-python @@ -24,7 +24,7 @@ setup( "pyecsca.ec" : ["efd/*/*", "efd/*/*/*", "efd/*/*/*/*"] }, #install_package_data=True, - python_requires='>=3.7', + python_requires='>=3.8', install_requires=[ "numpy", "scipy", |
