From 43522ee24f96ecbb010c5cc0c4f4dec1cbd5ed8a Mon Sep 17 00:00:00 2001 From: Mat Kelly Date: Wed, 16 Oct 2024 17:10:39 -0400 Subject: [PATCH] Add Pythpn 3.13 to the test matrix for #844 --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c24f40e3..50cbfdd5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,6 +19,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" ipfs: - "0.28" - "0.29"