mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 22:42:56 +08:00
add py3.8 to the pipfile
This commit is contained in:
parent
bc4f09dab7
commit
53845db8d7
1 changed files with 1 additions and 1 deletions
2
Pipfile
2
Pipfile
|
@ -23,4 +23,4 @@ mypy-extensions = "==0.4.3"
|
|||
pytest = "==5.2.1"
|
||||
|
||||
[requires]
|
||||
python_version = "3.7"
|
||||
python_version = ["3.7", "3.8"]
|
||||
|
|
Loading…
Reference in a new issue