From 50c6bd5454b58cef09de112160f50ca5580ce56d Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Wed, 16 Oct 2024 19:22:48 +0100 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 2766673af..1ffe925d1 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - python: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] tox: ['normal'] include: - python: '3.8'