Skip to content

Commit 86b43a7

Browse files
committed
👷 add py313 and py313t to test matrix
1 parent c52e130 commit 86b43a7

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
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
python-version: ["3.9", "3.10", "3.11", "3.12"]
28+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.13t"]
2929
os: [ubuntu-latest, windows-latest, macos-latest]
3030
env: [pydantic-v1, pydantic-v2]
3131
env:

0 commit comments

Comments
 (0)