Skip to content

Commit

Permalink
update python and poetry versions
Browse files Browse the repository at this point in the history
  • Loading branch information
narumiruna committed May 20, 2024
1 parent 02666e5 commit 8c7807d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
max-parallel: 1
matrix:
python-version: ["3.9"]
poetry-version: ["1.7.0"]
python-version: ["3.11"]
poetry-version: ["1.8.3"]
steps:
- uses: actions/checkout@v4
- uses: abatilo/actions-poetry@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 1
max-parallel: 3
matrix:
python-version: ["3.9"]
poetry-version: ["1.7.1"]
python-version: ["3.9", "3.10", "3.11"]
poetry-version: ["1.8.3"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 8c7807d

Please sign in to comment.