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

Commit

Permalink
Update readme with 3.8 badge
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgn committed May 9, 2020
1 parent ce7518e commit 9e0f4c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/crackmapexec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: CrackMapExec tests on ${{ matrix.os }}
uses: actions/setup-python@v1
with:
python-version: [3.7, 3.8]
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Supported Python versions](https://img.shields.io/badge/python-3.6+-blue.svg)
![Supported Python versions](https://img.shields.io/badge/python-3.8+-blue.svg)

# CrackMapExec

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

# To do
- Kerberos support
- ~~0wn everything~~

0 comments on commit 9e0f4c2

Please sign in to comment.