Skip to content

Commit a8ce35a

Browse files
committed
test 3.11
1 parent 6ba0306 commit a8ce35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
python-version: ["3.7", "3.8", "3.9", "3.10"]
29+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
3030
steps:
3131
- uses: actions/checkout@v2
3232
- name: Use Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)