Skip to content

Commit fbd42d0

Browse files
committed
Fixed workflows.
Signed-off-by: Pavel Kirilin <win10@list.ru>
1 parent 649abf4 commit fbd42d0

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
@@ -59,7 +59,7 @@ jobs:
5959
contents: write
6060
strategy:
6161
matrix:
62-
py_version: ["3.7", "3.8", "3.9", "3.10"]
62+
py_version: ["3.8", "3.9", "3.10", "3.11"]
6363
os: [ubuntu-latest]
6464
runs-on: "${{ matrix.os }}"
6565
steps:

0 commit comments

Comments
 (0)