From 29848c7189f709c36b36f7b9cdfc555f3364c34a Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 2 Dec 2024 18:12:50 +1100 Subject: [PATCH] Updated Python versions --- .github/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 28dccc0..bee82b6 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", + "3.12", + "3.13", ] os: [ubuntu-latest]