Skip to content

Commit 358fb8c

Browse files
committed
add python 3.11 to testing
1 parent 6231167 commit 358fb8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
fail-fast: false
4848
matrix:
4949
os: [ubuntu-20.04, windows-latest, macos-latest]
50-
python-version: ["3.7", "3.8", "3.9", "3.10"]
50+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
5151

5252
steps:
5353
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)