Skip to content

Commit

Permalink
ci: test with Python 3.12 and PyPy 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Oct 2, 2023
1 parent 2dd44d5 commit 8e4eec3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
#
Expand Down

0 comments on commit 8e4eec3

Please sign in to comment.