Skip to content

Commit 3e7141a

Browse files
committed
change python version to 3.10
1 parent c2b2d34 commit 3e7141a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pyright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check types
22
on: [pull_request]
33
env:
44
NODE_VERSION: '18'
5-
PYTHON_VERSION: '3.7'
5+
PYTHON_VERSION: '3.10'
66

77
permissions:
88
contents: read

0 commit comments

Comments
 (0)