Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit ce7518e

Browse files
author
mpgn
committed
Add python3.7 to GitHub action
1 parent 3e1fa0f commit ce7518e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/crackmapexec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: CrackMapExec tests on ${{ matrix.os }}
1919
uses: actions/setup-python@v1
2020
with:
21-
python-version: 3.8
21+
python-version: [3.7, 3.8]
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)