Skip to content

Commit 8d790de

Browse files
authored
fix: Python3.7 EoL and relaxed dependency versions (#127)
1 parent b59f4af commit 8d790de

File tree

5 files changed

+254
-379
lines changed

5 files changed

+254
-379
lines changed

.github/workflows/python-test-flaky.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
python-version: ["3.7", "3.8", "3.9", "3.10"]
13+
python-version: ["3.8", "3.9", "3.10"]
1414

1515
steps:
1616
- uses: actions/checkout@v2

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.7", "3.8", "3.9", "3.10"]
19+
python-version: ["3.8", "3.9", "3.10"]
2020

2121
steps:
2222
- uses: actions/checkout@v3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ container_vulns = lw.vulnerabilities.containers.search(json={
5353

5454
## Requirements
5555

56-
- Python 3.6 or higher
56+
- Python 3.8 or higher
5757
- Lacework API Credentials
5858
- Account Name
5959
- API Key

0 commit comments

Comments
 (0)