From 0d2f86fd6e715bfcfdce1dc06a4cb52fa37b2df5 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Mon, 22 Jul 2024 10:11:56 -0400 Subject: [PATCH] update tested pythons --- .github/workflows/ci.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cf7f59..5c327c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,12 +52,16 @@ jobs: action: '3.9' - name: CPython 3.10 action: '3.10' + - name: CPython 3.11 + action: '3.11' + - name: CPython 3.12 + action: '3.12' - name: PyPy 2.7 action: pypy-2.7 - - name: PyPy 3.7 - action: pypy-3.7 - - name: PyPy 3.8 - action: pypy-3.8 + - name: PyPy 3.9 + action: pypy-3.9 + - name: PyPy 3.10 + action: pypy-3.10 exclude: - os: matrix: linux