Skip to content

Commit faef048

Browse files
authored
ci: Disable checking Python 3.6
1 parent 069e831 commit faef048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
test:
1212
strategy:
1313
matrix:
14-
python: [ 3.6, 3.7, 3.8, 3.9 ]
14+
python: [ 3.7, 3.8, 3.9 ]
1515
os: [ ubuntu-latest, macos-latest, windows-latest ]
1616
runs-on: ${{ matrix.os }}
1717

0 commit comments

Comments
 (0)