Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update workflow to run on python-3.12 and latest poetry
Browse files Browse the repository at this point in the history
bbhtt committed Nov 18, 2023

Verified

This commit was signed with the committer’s verified signature.
1 parent 78307a1 commit 671ecb5
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
@@ -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
@@ -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

0 comments on commit 671ecb5

Please sign in to comment.