Skip to content

Commit a0b3d1c

Browse files
test: remove deprecated Node.js and Python (#2868)
* test: remove deprecated node.js and python Removed Node.js v14.x and Python v3.7. Also added Node.js v20.x. * Update .github/workflows/tests.yml Co-authored-by: Christian Clauss <cclauss@me.com> --------- Co-authored-by: Christian Clauss <cclauss@me.com>
1 parent 7a3fe1c commit a0b3d1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
fail-fast: false
2020
max-parallel: 15
2121
matrix:
22-
node: [14.x, 16.x, 18.x]
23-
python: ["3.7", "3.9", "3.11"]
22+
node: [16.x, 18.x, 20.x]
23+
python: ["3.8", "3.11"]
2424
os: [macos-latest, ubuntu-latest, windows-latest]
2525
runs-on: ${{ matrix.os }}
2626
steps:

0 commit comments

Comments
 (0)