Skip to content

Commit

Permalink
add python 3.12 and poetry 1.7 to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jvllmr authored Nov 4, 2023
1 parent 7c47ec7 commit f7cb7e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: [3.8, 3.9, "3.10", "3.11"]
poetry-version: [1.6.1]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
poetry-version: [1.6.1, 1.7.0]
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
Expand Down Expand Up @@ -47,8 +47,8 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: [3.8, 3.9, "3.10", "3.11"]
poetry-version: [1.6.1]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
poetry-version: [1.6.1, 1.7.0]
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
Expand Down

0 comments on commit f7cb7e6

Please sign in to comment.