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]