Skip to content

Commit 57350cd

Browse files
committed
add check on py3.11
1 parent c1b7c1d commit 57350cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python: [ '3.8', '3.10', '3.12', '3.13' ]
23+
python: [ '3.8', '3.10', '3.11', '3.12', '3.13' ]
2424
os: [ ubuntu-latest ]
2525

2626
steps:

0 commit comments

Comments
 (0)