Skip to content

Commit

Permalink
Update wheels.yml to build for Python 3.10 (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Apr 22, 2022
1 parent 8bf77ec commit 6e6f2fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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
4 changes: 3 additions & 1 deletion doc/misc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,13 @@ Build System
* `setup.cfg` now pins minimum and maximum Python versions.
PR {pr}`923`. Issue {issue}`914`.

Miscellaneous
Deployment

* Update Docker work flow for building wheels to correctly locate requirements file
and build for Python 3.10
PR {pr}`927`
* Update GitHub actions to build wheels for Python 3.10.
PR {pr}`928`

## 0.17.1

Expand Down

0 comments on commit 6e6f2fe

Please sign in to comment.