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

Commit 9e0f4c2

Browse files
author
mpgn
committed
Update readme with 3.8 badge
1 parent ce7518e commit 9e0f4c2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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.7, 3.8]
21+
python-version: 3.8
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Supported Python versions](https://img.shields.io/badge/python-3.6+-blue.svg)
1+
![Supported Python versions](https://img.shields.io/badge/python-3.8+-blue.svg)
22

33
# CrackMapExec
44

@@ -46,5 +46,4 @@ If you use CrackMapExec a lot (especially if it's used commercially), please con
4646
Press the "Sponsor" button on the top of this page to see ways of donating/sponsoring this project.
4747

4848
# To do
49-
- Kerberos support
5049
- ~~0wn everything~~

0 commit comments

Comments
 (0)