From 805eaa34bd2ed013108b9802f11e5fb2fa1c89f4 Mon Sep 17 00:00:00 2001 From: Matt Layman Date: Fri, 24 Jan 2025 22:34:31 -0500 Subject: [PATCH] Update CI config. --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4b23a24..729476c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,14 +7,14 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python: [3.9, '3.10', 'pypy-3.7'] + python: ['3.9', '3.10', '3.11', '3.12', '3.13'] os: [macos-latest, ubuntu-latest, windows-latest] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }}