Skip to content

Commit 8948e2a

Browse files
committed
add python 3.10/3.11
1 parent b5b497d commit 8948e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
max-parallel: 5
1515
matrix:
16-
python: [3.7, 3.8,3.9]
16+
python: [3.9, '3.10', '3.11']
1717
fail-fast: false
1818

1919
steps:

0 commit comments

Comments
 (0)