Browse Source

pypy3 build fix #nolog

pull/862/head
Miguel Grinberg 3 years ago
parent
commit
d2d7f03748
No known key found for this signature in database GPG Key ID: 36848B262DF5F06C
  1. 4
      .github/workflows/tests.yml

4
.github/workflows/tests.yml

@ -22,11 +22,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python: ['3.6', '3.7', '3.8', '3.9', 'pypy3']
python: ['3.6', '3.7', '3.8', '3.9', 'pypy3-3.7']
exclude:
# pypy3 currently fails to run on Windows
- os: windows-latest
python: pypy3
python: pypy3-3.7
# the loop fails to close in the Mac version of 3.9
- os: macos-latest
python: '3.9'

Loading…
Cancel
Save