From 8a2417f32d6c1a03a13d57f658f7e839fbf8d97b Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 2 Oct 2023 15:22:41 +0000 Subject: [PATCH] ci: test with Python 3.12 and PyPy 3.10 --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33fb07bb7..a27eda396 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -182,15 +182,15 @@ jobs: include: # Currently used Rust version. - os: ubuntu-latest - python: 3.11 + python: 3.12 - os: macos-latest - python: 3.11 + python: 3.12 # PyPy tests - os: ubuntu-latest - python: pypy3.9 + python: pypy3.10 - os: macos-latest - python: pypy3.9 + python: pypy3.10 # Minimum Supported Python Version = 3.7 # This is the minimum version for which manylinux Python wheels are @@ -232,15 +232,15 @@ jobs: matrix: include: - os: ubuntu-latest - python: 3.11 + python: 3.12 - os: macos-latest - python: 3.11 + python: 3.12 # PyPy tests - os: ubuntu-latest - python: pypy3.9 + python: pypy3.10 - os: macos-latest - python: pypy3.9 + python: pypy3.10 # Minimum Supported Python Version = 3.8 #