Skip to content

Commit

Permalink
Update workflow, remove py3.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Alyetama committed Jun 19, 2024
1 parent edd9171 commit 1b9a5b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/poetry-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


## Requirements
- 🐍 [python>=3.6](https://www.python.org/downloads/)
- 🐍 [python>=3.7](https://www.python.org/downloads/)


## ⬇️ Installation
Expand Down

0 comments on commit 1b9a5b6

Please sign in to comment.