Skip to content

Commit 3b2da33

Browse files
Update ci-cd.yml
1 parent 84d1ffd commit 3b2da33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.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.10", "3.11", "3.12"]
20+
python-version: ["3.11", "3.12", "3.13"]
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Set up Python ${{ matrix.python-version }}
@@ -163,4 +163,4 @@ jobs:
163163
data: await fs.readFile(filePath)
164164
});
165165
}
166-
}
166+
}

0 commit comments

Comments
 (0)