Skip to content

Commit 2ca16d8

Browse files
committed
feature/issue2-matrix-builds: removed python 3.5 from test runs
1 parent c1fc53f commit 2ca16d8

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.5, 3.6, 3.7, 3.8, 3.9 ]
9+
pyver: [ 3.6, 3.7, 3.8, 3.9 ]
1010
no-extensions: [ '', 'Y' ]
1111
os: [ ubuntu, macos, windows ]
1212
fail-fast: true

0 commit comments

Comments
 (0)