Skip to content

Commit

Permalink
Update python version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
carlisom committed Sep 24, 2024
1 parent 969b8bc commit 3fe43b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The `pip` package manager for Python is used to install, upgrade and remove Aler

## **Installing the current version of the Alert Logic CLI**

Alert Logic CLI only works on Python 3.7 or higher.
Alert Logic CLI only works on Python 3.8 or higher.
Please follow this instructions on how to install Python on your system: <https://www.python.org/downloads/>


Expand Down

0 comments on commit 3fe43b6

Please sign in to comment.