Skip to content

Commit b24856d

Browse files
committed
enable cattrs 3.13 tests
1 parent 8092c39 commit b24856d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/third_party.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,7 @@ jobs:
271271
strategy:
272272
fail-fast: false
273273
matrix:
274-
# skip 3.13 because msgspec doesn't support 3.13 yet
275-
python-version: ["3.9", "3.10", "3.11", "3.12"]
274+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
276275
runs-on: ubuntu-latest
277276
timeout-minutes: 60
278277
steps:

0 commit comments

Comments
 (0)