Skip to content

Commit dc546ce

Browse files
committed
add pypy-3.11-nightly runs
1 parent 7bd9eb9 commit dc546ce

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/cython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
matrix:
2727
os: [ubuntu, windows, macOS]
2828
backend: [c]
29-
python_version: [pypy-3.10-nightly, pypy-3.9-nightly]
29+
python_version: [pypy-3.10-nightly, pypy-3.11-nightly]
3030
extra_cflags: ['', '-DCYTHON_USE_TYPE_SPECS=1']
3131
include:
3232
- os: windows

.github/workflows/nanobind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
os: ['ubuntu-latest', 'ubuntu-latest', 'ubuntu-latest', 'ubuntu-latest']
28-
python: ['pypy3.9-nightly', 'pypy3.10-nightly']
28+
python: ['pypy-3.11-nightly', 'pypy-3.10-nightly']
2929

3030
name: "Python ${{ matrix.python }} / ${{ matrix.os }}"
3131
runs-on: ${{ matrix.os }}

.github/workflows/numpy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
os: [ubuntu-latest, macos-latest, windows-latest]
31-
python_version: [pypy-3.10-nightly]
31+
python_version: [pypy-3.11-nightly]
3232

3333
timeout-minutes: 120
3434

.github/workflows/pybind11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: [ubuntu-latest, windows-2022, macos-latest]
3636
python:
3737
- 'pypy-3.10-nightly'
38-
- 'pypy-3.9-nightly'
38+
- 'pypy-3.11-nightly'
3939

4040
# Items in here will either be added to the build matrix (if not
4141
# present), or add new keys to an existing matrix element if all the

.github/workflows/pyo3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
os: [ubuntu-latest, macos-latest, windows-latest]
28-
python_version: [pypy-3.10-nightly, pypy-3.9-nightly]
28+
python_version: [pypy-3.10-nightly, pypy-3.11-nightly]
2929

3030
timeout-minutes: 20
3131

.github/workflows/pytest-html.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- os: windows-latest
3737
name: pypy3.9-nightly-windows
3838
toxname: pypy3
39-
python-version: pypy-3.9-nightly
39+
python-version: pypy-3.11-nightly
4040

4141
steps:
4242
- name: Set Newline Behavior

.github/workflows/pythran.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
os: [ubuntu-20.04]
2929
cpp-version: [g++-8, clang-7]
3030
python_version:
31-
- [pypy-3.10-nightly, pypy10]
32-
- [pypy-3.9-nightly, pypy39]
31+
- [pypy-3.10-nightly, pypy310]
32+
- [pypy-3.11-nightly, pypy311]
3333
steps:
3434
- uses: actions/[email protected]
3535
with:

0 commit comments

Comments
 (0)