From 5ff4e6799d02b59abb273be40673ec7e4334c3be Mon Sep 17 00:00:00 2001 From: Graeme Watt Date: Thu, 26 Sep 2024 16:22:04 +0100 Subject: [PATCH] ci: add Python 3.13 and 3.14 to test matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a6f06d..006f8e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: runner: ['ubuntu-latest'] - python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ] + python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14' ] include: - runner: 'ubuntu-20.04' python-version: '3.6'