Skip to content

Commit

Permalink
test with latest poetry version, python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
brambg committed Mar 18, 2024
1 parent 0c3b413 commit bdb19f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ 3.8, 3.9, "3.10", "3.11" ]
poetry-version: [ 1.4.2 ]
python-version: [ "3.10", "3.11", "3.12" ]
poetry-version: [ 1.8.2 ]
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit bdb19f2

Please sign in to comment.