Skip to content

Commit adfad4a

Browse files
committed
added py3.11 to actions
1 parent ab45935 commit adfad4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
python-version: [3.7,3.8,'3.10.8']
13+
python-version: [3.7,3.8,3.11]
1414

1515
steps:
1616

0 commit comments

Comments
 (0)