Skip to content

Commit

Permalink
Add py 3.11 to release
Browse files Browse the repository at this point in the history
  • Loading branch information
Divkix authored Feb 27, 2023
1 parent aeac712 commit 8cac3cc
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 @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, macOS-latest, windows-latest]
uses: divkix/reusable-workflows/.github/workflows/build-and-test-python-package.yml@main
with:
Expand Down

0 comments on commit 8cac3cc

Please sign in to comment.