Skip to content

Commit df36b18

Browse files
committed
master: fix python versions for ci
1 parent abfdf19 commit df36b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
code_checks:
77
strategy:
88
matrix:
9-
pyver: [ 3.6, 3.7, 3.8, 3.9 ]
9+
pyver: [ 3.7, 3.8, 3.9, 3.10 ]
1010
os: [ ubuntu, macos, windows ]
1111
fail-fast: true
1212
runs-on: ${{ matrix.os }}-latest

0 commit comments

Comments
 (0)