Skip to content

Commit

Permalink
Add Python 3.11 to wheel building
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Nov 24, 2022
1 parent bc85902 commit 56e652f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, macos-latest]
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10', '3.11']
include:
# Using pythons inside a docker image to provide all the Linux
# python-versions permutations.
Expand Down

0 comments on commit 56e652f

Please sign in to comment.