Skip to content

Commit 38f01fa

Browse files
lukekarryscclauss
andauthored
ci: update python test matrix (#2774)
* ci: drop python 3.6 from test matrix * Update .github/workflows/tests.yml Co-authored-by: Christian Clauss <[email protected]> Co-authored-by: Christian Clauss <[email protected]>
1 parent ee46f9d commit 38f01fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
max-parallel: 15
1515
matrix:
1616
node: [14.x, 16.x, 18.x]
17-
python: ["3.6", "3.8", "3.10", "3.11"]
17+
python: ["3.7", "3.9", "3.11"]
1818
os: [macos-latest, ubuntu-latest, windows-latest]
1919
runs-on: ${{ matrix.os }}
2020
steps:

0 commit comments

Comments
 (0)