diff --git a/.github/workflows/poetry-build.yml b/.github/workflows/poetry-build.yml index 711963f..933469f 100644 --- a/.github/workflows/poetry-build.yml +++ b/.github/workflows/poetry-build.yml @@ -8,17 +8,17 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.6, 3.7, 3.8, 3.9, '3.10'] + python-version: [3.7, 3.8, 3.9, '3.10', '3.11'] poetry-version: [1.1.13] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Run image - uses: abatilo/actions-poetry@v2.0.0 + uses: abatilo/actions-poetry@v2 with: poetry-version: ${{ matrix.poetry-version }} - name: Build module diff --git a/README.md b/README.md index ed5997e..c19719b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Requirements -- 🐍 [python>=3.6](https://www.python.org/downloads/) +- 🐍 [python>=3.7](https://www.python.org/downloads/) ## ⬇️ Installation