Skip to content

Commit 381bc9e

Browse files
committed
Fixed workflows.
Signed-off-by: Pavel Kirilin <[email protected]>
1 parent 9e34f67 commit 381bc9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
pytest:
4949
strategy:
5050
matrix:
51-
py_version: ["3.7", "3.8", "3.9", "3.10"]
51+
py_version: ["3.8", "3.9", "3.10", "3.11"]
5252
runs-on: "ubuntu-latest"
5353
steps:
5454
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)