Skip to content

Commit abf1479

Browse files
committed
added newer python and node versions
1 parent c410f73 commit abf1479

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
python-version: ["3.8", "3.9", "3.10", "3.11"]
20+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
2121
steps:
2222
- uses: actions/checkout@v4
2323
with:
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-latest
5656
strategy:
5757
matrix:
58-
node-version: ["16.x", "18.x", "20.x"]
58+
node-version: ["16.x", "18.x", "20.x", "22"]
5959
steps:
6060
- uses: actions/checkout@v4
6161
with:

0 commit comments

Comments
 (0)