From ca0dabb7f6cdfc0dcc82f6ce3fde606dcbf55348 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 30 Dec 2025 06:36:22 +1100 Subject: [PATCH] Updated Python versions --- .github/workflows/test.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 28dccc0..ad164c5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,10 +12,9 @@ jobs: fail-fast: false matrix: python-version: [ - "pypy-3.9", - "pypy-3.10", - "3.10", - "3.11", + "pypy-3.11", + "3.13", + "3.14", ] os: [ubuntu-latest]