test pypy only in nightly builds

This commit is contained in:
scito
2022-12-24 03:02:08 +01:00
parent 82da427d1a
commit c1a55fb874
2 changed files with 50 additions and 4 deletions

View File

@@ -1,17 +1,15 @@
name: tests
on:
push:
pull_request:
schedule:
- cron: '47 3 * * *'
- cron: '37 3 * * *'
jobs:
build:
strategy:
matrix:
python-version: ["3.x", "3.11", "3.10", "3.9", "pypy-3.9", "3.8", "pypy-3.8", "3.7", "pypy-3.7"]
python-version: ["3.x", "3.11", "3.10", "3.9", "3.8", "3.7"]
platform: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- platform: windows-latest