Skip to content

Commit 8c911a7

Browse files
build: update python test version
1 parent 067ea51 commit 8c911a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ${{ matrix.os }}
2626
strategy:
2727
matrix:
28-
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
28+
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
2929
os: [ macos-latest, ubuntu-latest, windows-latest ]
3030

3131
# Steps represent a sequence of tasks that will be executed as part of the job

0 commit comments

Comments
 (0)