ci: test with Python 3.12 and PyPy 3.10

This commit is contained in:
link2xt
2023-10-02 15:22:41 +00:00
parent a154347834
commit 8a2417f32d

View File

@@ -182,15 +182,15 @@ jobs:
include: include:
# Currently used Rust version. # Currently used Rust version.
- os: ubuntu-latest - os: ubuntu-latest
python: 3.11 python: 3.12
- os: macos-latest - os: macos-latest
python: 3.11 python: 3.12
# PyPy tests # PyPy tests
- os: ubuntu-latest - os: ubuntu-latest
python: pypy3.9 python: pypy3.10
- os: macos-latest - os: macos-latest
python: pypy3.9 python: pypy3.10
# Minimum Supported Python Version = 3.7 # Minimum Supported Python Version = 3.7
# This is the minimum version for which manylinux Python wheels are # This is the minimum version for which manylinux Python wheels are
@@ -232,15 +232,15 @@ jobs:
matrix: matrix:
include: include:
- os: ubuntu-latest - os: ubuntu-latest
python: 3.11 python: 3.12
- os: macos-latest - os: macos-latest
python: 3.11 python: 3.12
# PyPy tests # PyPy tests
- os: ubuntu-latest - os: ubuntu-latest
python: pypy3.9 python: pypy3.10
- os: macos-latest - os: macos-latest
python: pypy3.9 python: pypy3.10
# Minimum Supported Python Version = 3.8 # Minimum Supported Python Version = 3.8
# #