Skip to content

Commit

Permalink
replace pypy3.8 with pypy3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Feb 27, 2023
1 parent 71930b9 commit a3b483b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
os: [ubuntu, windows, macOS]
backend: [c]
python_version: [pypy-3.8-nightly, pypy-3.9-nightly]
python_version: [pypy-3.10-nightly, pypy-3.9-nightly]
extra_cflags: ['', '-DCYTHON_USE_TYPE_SPECS=1']
include:
- os: windows
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/numpy.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.9-nightly]
python_version: [pypy-3.9-nightly, pypy-3.10-nightly]

timeout-minutes: 90

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pybind11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
matrix:
runs-on: [ubuntu-latest, windows-2022, macos-latest]
python:
- 'pypy-3.8-nightly'
- 'pypy-3.10-nightly'
- 'pypy-3.9-nightly'

# Items in here will either be added to the build matrix (if not
Expand All @@ -44,7 +44,7 @@ jobs:
# We support an optional key: args, for cmake args
include:
- runs-on: ubuntu-latest
python: 'pypy-3.8-nightly'
python: 'pypy-3.9-nightly'
args: >
-DPYBIND11_FINDPYTHON=ON
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.8-nightly, pypy-3.9-nightly]
python_version: [pypy-3.10-nightly, pypy-3.9-nightly]

timeout-minutes: 20

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pytest-html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
matrix:
include:
- os: ubuntu-latest
name: pypy3.8-nightly-ubuntu
name: pypy3.10-nightly-ubuntu
toxname: pypy3
python-version: pypy-3.8-nightly
python-version: pypy-3.10-nightly

- os: windows-latest
name: pypy3.8-nightly-windows
name: pypy3.9-nightly-windows
toxname: pypy3
python-version: pypy-3.8-nightly
python-version: pypy-3.9-nightly

steps:
- name: Set Newline Behavior
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
os: [ubuntu-18.04]
cpp-version: [g++-5, clang-5.0]
python_version:
- [pypy-3.8-nightly, pypy38]
- [pypy-3.10-nightly, pypy10]
- [pypy-3.9-nightly, pypy39]


Expand Down

0 comments on commit a3b483b

Please sign in to comment.