diff --git a/.github/workflows/nightly_runner.yml b/.github/workflows/nightly_runner.yml index cc2d819289..051728a916 100644 --- a/.github/workflows/nightly_runner.yml +++ b/.github/workflows/nightly_runner.yml @@ -9,7 +9,7 @@ jobs: name: Run tests with Python ${{ matrix.python-version }} on ${{ matrix.os }} strategy: matrix: - python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.9'] + python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] os: [ ubuntu-20.04, windows-latest ] exclude: - os: windows-latest