Skip to content

Commit

Permalink
Try older version of python
Browse files Browse the repository at this point in the history
  • Loading branch information
leifgehrmann committed Jun 26, 2024
1 parent eb06738 commit 0a29498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.12]
python-version: [3.11]
poetry-version: [1.4.2]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.12]
python-version: [3.11]
poetry-version: [1.4.2]

steps:
Expand Down

0 comments on commit 0a29498

Please sign in to comment.