Skip to content

Commit

Permalink
cis: build wheels on 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed May 3, 2023
1 parent b54467b commit 8c2372a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
python: [38, 39, 310]
python: [38, 39, 310, 311]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 8c2372a

Please sign in to comment.