Skip to content

Commit 134a95c

Browse files
committed
Fixed workflows.
Signed-off-by: Pavel Kirilin <win10@list.ru>
1 parent 9f35d53 commit 134a95c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
contents: write
5252
strategy:
5353
matrix:
54-
py_version: ["3.7", "3.8", "3.9", "3.10"]
54+
py_version: ["3.8", "3.9", "3.10", "3.11"]
5555
os: [ubuntu-latest, windows-latest]
5656
runs-on: "${{ matrix.os }}"
5757
steps:

0 commit comments

Comments
 (0)