Skip to content

Commit

Permalink
add pypy-3.11-nightly runs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Nov 6, 2024
1 parent 7bd9eb9 commit dc546ce
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
matrix:
os: [ubuntu, windows, macOS]
backend: [c]
python_version: [pypy-3.10-nightly, pypy-3.9-nightly]
python_version: [pypy-3.10-nightly, pypy-3.11-nightly]
extra_cflags: ['', '-DCYTHON_USE_TYPE_SPECS=1']
include:
- os: windows
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nanobind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'ubuntu-latest', 'ubuntu-latest', 'ubuntu-latest']
python: ['pypy3.9-nightly', 'pypy3.10-nightly']
python: ['pypy-3.11-nightly', 'pypy-3.10-nightly']

name: "Python ${{ matrix.python }} / ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/numpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python_version: [pypy-3.10-nightly]
python_version: [pypy-3.11-nightly]

timeout-minutes: 120

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pybind11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: [ubuntu-latest, windows-2022, macos-latest]
python:
- 'pypy-3.10-nightly'
- 'pypy-3.9-nightly'
- 'pypy-3.11-nightly'

# Items in here will either be added to the build matrix (if not
# present), or add new keys to an existing matrix element if all the
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pyo3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python_version: [pypy-3.10-nightly, pypy-3.9-nightly]
python_version: [pypy-3.10-nightly, pypy-3.11-nightly]

timeout-minutes: 20

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest-html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- os: windows-latest
name: pypy3.9-nightly-windows
toxname: pypy3
python-version: pypy-3.9-nightly
python-version: pypy-3.11-nightly

steps:
- name: Set Newline Behavior
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pythran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
os: [ubuntu-20.04]
cpp-version: [g++-8, clang-7]
python_version:
- [pypy-3.10-nightly, pypy10]
- [pypy-3.9-nightly, pypy39]
- [pypy-3.10-nightly, pypy310]
- [pypy-3.11-nightly, pypy311]
steps:
- uses: actions/[email protected]
with:
Expand Down

0 comments on commit dc546ce

Please sign in to comment.