diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index f7d32e0..9b917a8 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -7,11 +7,11 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout the Git repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: - python-version: '3.9' + python-version: '3.11' - name: Check formatting run: make format lint: @@ -19,11 +19,11 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout the Git repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: - python-version: '3.9' + python-version: '3.11' - name: Check for erroneous constructs run: make lint links: @@ -45,10 +45,10 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout the Git repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: - python-version: '3.9' + python-version: '3.11' - name: Run tests run: make test diff --git a/README.md b/README.md index 6a09fcc..f64078b 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ pip install toltecmk There are a few system requirements to use this tool: * Linux-based operating system -* Python ⩾ 3.9 +* Python ⩾ 3.11 * Docker ### Basic Usage