Skip to content

Commit 53e12dd

Browse files
committed
add python 3.11 to workflow
1 parent d1fd94b commit 53e12dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-package-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
os: [macos-latest, ubuntu-latest, windows-latest]
29-
python-version: ["3.8", "3.9", "3.10"]
29+
python-version: ["3.8", "3.9", "3.10", "3.11"]
3030

3131
steps:
3232
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)