Add python3.7 to GitHub action

main
mpgn 2020-05-09 08:25:02 -04:00
parent 3e1fa0f258
commit ce7518e689
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
- name: CrackMapExec tests on ${{ matrix.os }}
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: [3.7, 3.8]
- name: Install dependencies
run: |
python -m pip install --upgrade pip