mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-20 13:23:38 -07:00
Removing python3.6 tests
This commit is contained in:
parent
cb02765ea8
commit
719f00a06c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
host: [ ubuntu-latest, windows-latest, macOS-latest ]
|
host: [ ubuntu-latest, windows-latest, macOS-latest ]
|
||||||
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11" ]
|
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue