Skip to content

Commit

Permalink
Build Python 3.10 wheels (#3539)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbachry committed Dec 18, 2021
1 parent 5de27ca commit a6692d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -65,7 +65,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
env:
PYTHON: ${{ matrix.python-version }}
OS: ubuntu
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu , macos , windows]
python-version: ['6', '7', '8', '9']
python-version: ['6', '7', '8', '9', '10']
include:
- os: ubuntu
platform: linux
Expand Down

0 comments on commit a6692d1

Please sign in to comment.