diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 9d57049..f58d2c4 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -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 }} diff --git a/README.md b/README.md index 6034354..fbc0358 100644 --- a/README.md +++ b/README.md @@ -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: