From 71cfdeaf567bc3ae3bd28dbb4c2dabeb01f4976e Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Sun, 27 Oct 2024 19:25:38 +0000 Subject: [PATCH] Test with Python 3.13 --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index f65985f88..b7c00de33 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - python: ['3.9', '3.10', '3.11', '3.12'] + python: ['3.9', '3.10', '3.11', '3.12', '3.13'] tox: ['normal'] include: - python: '3.9'