Skip to content

Commit 7bd9eb9

Browse files
authored
Merge pull request #50 from mattip/nanobind-revert
Nanobind revert
2 parents ec54491 + 6c1344e commit 7bd9eb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nanobind.yml

+1-1
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-v7.3.15', 'pypy3.10-v7.3.15', 'pypy3.9-v7.3.15', 'pypy3.10-v7.3.15', 'pypy3.9-v7.3.15', 'pypy3.10-v7.3.15', 'pypy3.9-v7.3.15', 'pypy3.10-v7.3.15']
28+
python: ['pypy3.9-nightly', 'pypy3.10-nightly']
2929

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

.github/workflows/numpy.yml

+1-1
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.9-nightly, pypy-3.10-nightly]
31+
python_version: [pypy-3.10-nightly]
3232

3333
timeout-minutes: 120
3434

0 commit comments

Comments
 (0)