Skip to content

Commit

Permalink
fix: Python3.7 EoL and relaxed dependency versions (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-stewart authored Aug 2, 2023
1 parent b59f4af commit 8d790de
Show file tree
Hide file tree
Showing 5 changed files with 254 additions and 379 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-test-flaky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ container_vulns = lw.vulnerabilities.containers.search(json={

## Requirements

- Python 3.6 or higher
- Python 3.8 or higher
- Lacework API Credentials
- Account Name
- API Key
Expand Down
Loading

0 comments on commit 8d790de

Please sign in to comment.