Skip to content

Commit

Permalink
Cannot build for PyPy with assertions enabled either.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Jul 16, 2023
1 parent b3c260b commit 40a2bc7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,15 @@ jobs:
python-version: ['pypy-3.10', '3.12-dev', 3.8, 3.9, '3.10', '3.11']
os: [ubuntu-latest, macos-latest]
exclude:
- os: macos-latest
python-version: pypy-3.10
# Can't build persistent on 3.12 with -UNDEBUG because it
# accesses fields of objects that aren't there in assert statements;
# we build linux with assertions enabled, and there is no 3.12
# persistent wheel yet, so we have to exclude that one.
- os: ubuntu-latest
python-version: "3.12-dev"
# The same for PyPy.
- os: ubuntu-latest
python-version: pypy-3.10

steps:
- name: checkout
Expand Down

0 comments on commit 40a2bc7

Please sign in to comment.