From 48e5cfcb445726d9da014584ac5cc80d5cdaa423 Mon Sep 17 00:00:00 2001 From: Jay Townsend Date: Thu, 3 Oct 2019 00:15:19 +0100 Subject: [PATCH] Update CI to use python3.7+ --- .github/workflows/theHarvester.yml | 2 +- .travis.yml | 2 -- requirements.txt | 4 ++-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/theHarvester.yml b/.github/workflows/theHarvester.yml index 65d3bba5..cc21ecb6 100644 --- a/.github/workflows/theHarvester.yml +++ b/.github/workflows/theHarvester.yml @@ -15,7 +15,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [3.6, 3.7] + python-version: [3.7] steps: - uses: actions/checkout@v1 diff --git a/.travis.yml b/.travis.yml index 03c1db26..815485b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,6 @@ language: python cache: pip matrix: include: - - python: '3.6' - env: TEST_SUITE=suite_3_6 - python: '3.7' env: TEST_SUITE=suite_3_7 - python: '3.8-dev' diff --git a/requirements.txt b/requirements.txt index 3ae001cd..0a663b58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,6 @@ plotly==4.1.1 pytest==5.2.0 PyYaml==5.1.2 requests==2.22.0 -shodan==1.19.0 -texttable==1.6.2 retrying==1.3.3 +shodan==1.19.0 +texttable==1.6.2 \ No newline at end of file