Skip to content

Commit

Permalink
Update workflow to run on python-3.12 and latest poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Nov 18, 2023
1 parent a975889 commit 6870571
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
fail-fast: false
matrix:
python-version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
poetry-version:
- '1.1.13'
- '1.6.1'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- uses: abatilo/actions-poetry@v2.1.6
- uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Install OS dependencies
Expand Down

0 comments on commit 6870571

Please sign in to comment.