Skip to content

Commit 9daabf9

Browse files
authored
👷 CI: 添加 Python 3.13 和 3.14 的测试 (#51)
1 parent 16f4a3f commit 9daabf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.9", "3.10", "3.11", "3.12"]
19+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2020
os: [ubuntu-latest, windows-latest, macos-latest]
2121
env:
2222
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)