From 4b97b191702c1fe6adac3de0da0feb663f7c0631 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 1 Nov 2023 16:04:12 -0400 Subject: [PATCH] ci: bump CI Signed-off-by: Henry Schreiner --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2af5f59f..2c88e3f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,12 +37,12 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.6", "3.8", "3.11", "3.12-dev"] + python-version: ["3.6", "3.8", "3.11", "3.12"] os: [ubuntu-latest, windows-latest, macos-latest] include: - python-version: 'pypy-3.8' os: ubuntu-latest - - python-version: 'pypy-3.9' + - python-version: 'pypy-3.10' os: ubuntu-latest - python-version: '3.6' os: ubuntu-20.04