Skip to content

Commit

Permalink
add pypy3.9 runs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Jan 31, 2022
1 parent 7270768 commit e64c758
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
backend: [c]
python_version: [pypy-3.8-nightly, pypy-3.9-nightly]
extra_cflags: ['', '-DCYTHON_USE_TYPE_SPECS=1']
include:
- os: windows-latest
Expand All @@ -46,7 +47,7 @@ jobs:
env:
BACKEND: ${{ matrix.backend }}
OS_NAME: ${{ matrix.os }}
PYTHON_VERSION: pypy-3.7
PYTHON_VERSION: ${{ matrix.python_version }}
USE_CCACHE: 1
CCACHE_SLOPPINESS: "pch_defines,time_macros"
CCACHE_COMPRESS: 1
Expand All @@ -60,7 +61,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: pypy-3.8-nightly
python-version: ${{ matrix.python_version }}

- uses: actions/checkout@v2
with:
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.8-nightly]
python_version: [pypy-3.8-nightly, pypy-3.9-nightly]

timeout-minutes: 40

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pythran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@ jobs:
matrix:
os: [ubuntu-18.04]
cpp-version: [g++-5, clang-5.0]
python_version: [pypy-3.8-nightly, pypy-3.9-nightly]

timeout-minutes: 160

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: pypy-3.8-nightly
python-version: ${{ matrix.python_version }}

- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit e64c758

Please sign in to comment.