From 965e379b953f74e994678554bcb036cda76952fc Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Thu, 17 Apr 2025 06:55:25 -0700 Subject: [PATCH] Update the list of versions that are tested --- .github/workflows/main.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e25a66b..fbf1483 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,18 +12,12 @@ jobs: os: - ubuntu-latest python-version: - - "3.7" - "3.8" - "3.9" - "3.10" - "3.11" - - pypy3.6 - - pypy3.7 - - pypy3.8 - - pypy3.9 - include: - - os: ubuntu-20.04 - python-version: "3.6" + - "3.12" + - "3.13" name: Python ${{ matrix.python-version }} Tests steps: - uses: actions/checkout@v3