Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-czyz committed Jun 28, 2024
1 parent 054af87 commit aa53107
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.11", "3.12"]
# Use only 3.11 as for 3.12 pytype is not supported yet
python-version: ["3.11"]
poetry-version: ["1.3.2"]

steps:
Expand Down

0 comments on commit aa53107

Please sign in to comment.