Skip to content

Commit

Permalink
fix: tests: python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tardo committed Jun 24, 2024
1 parent 41d59bd commit 6769696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.12"

- uses: abatilo/actions-poetry@v2
with:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.12"

- uses: abatilo/actions-poetry@v2
with:
Expand Down

0 comments on commit 6769696

Please sign in to comment.