Skip to content

Commit

Permalink
ci: update python test matrix (#2774)
Browse files Browse the repository at this point in the history
* ci: drop python 3.6 from test matrix

* Update .github/workflows/tests.yml

Co-authored-by: Christian Clauss <cclauss@me.com>

Co-authored-by: Christian Clauss <cclauss@me.com>
  • Loading branch information
lukekarrys and cclauss committed Dec 10, 2022
1 parent ee46f9d commit 38f01fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
max-parallel: 15
matrix:
node: [14.x, 16.x, 18.x]
python: ["3.6", "3.8", "3.10", "3.11"]
python: ["3.7", "3.9", "3.11"]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 38f01fa

Please sign in to comment.