Skip to content

Commit

Permalink
Drop Python 3.10 / cp310 (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeepn authored Oct 3, 2023
1 parent 2dd72aa commit de734a7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,6 @@ jobs:
echo "changed=true" >> $GITHUB_OUTPUT
fi
- name: Build wheels
uses: home-assistant/[email protected]
if: steps.requirements.outputs.changed == 'true'
with:
tag: musllinux_1_2
abi: cp310
arch: ${{ matrix.arch }}
wheels-key: ${{ secrets.WHEELS_KEY }}
apk: "mariadb-dev;postgresql-dev;libffi-dev"
requirements: "requirements.txt"

- name: Build wheels cp311
uses: home-assistant/[email protected]
if: steps.requirements.outputs.changed == 'true'
Expand Down

0 comments on commit de734a7

Please sign in to comment.