mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-10 17:13:07 +08:00
update GH ci to revert adding py3.9 and drop testing for py3.7
This commit is contained in:
parent
1acd6f0bf0
commit
144a9434e7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/theHarvester.yml
vendored
2
.github/workflows/theHarvester.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
strategy:
|
||||
max-parallel: 4
|
||||
matrix:
|
||||
python-version: [3.7, 3.8, 3.9]
|
||||
python-version: [3.8]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue