Skip to content

Commit

Permalink
Update wheel building to build wheels for 3.7 to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Feb 4, 2022
1 parent 82f5fe1 commit ebb9e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Expand Up @@ -34,7 +34,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, macos-latest]
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, 3.10]
include:
# Using pythons inside a docker image to provide all the Linux
# python-versions permutations.
Expand Down

0 comments on commit ebb9e41

Please sign in to comment.