Skip to content

Commit

Permalink
Update wheels.yml to build for Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Apr 20, 2022
1 parent 8bf77ec commit b0e4ca3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python: [3.7, 3.8, 3.9]
python: [3.7, 3.8, 3.9, "3.10"]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
needs: ['manylinux2014']
strategy:
matrix:
python: [3.7, 3.8, 3.9]
python: [3.7, 3.8, 3.9, "3.10"]
steps:
- name: Download wheels
uses: actions/download-artifact@v2
Expand All @@ -111,7 +111,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python: [3.7, 3.8, 3.9]
python: [3.7, 3.8, 3.9, "3.10"]
steps:
- name: Download wheels
uses: actions/download-artifact@v2
Expand Down

0 comments on commit b0e4ca3

Please sign in to comment.