Skip to content

Commit

Permalink
Fix Windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Mar 26, 2024
1 parent 27e679e commit 436cd6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,10 @@ jobs:
python setup.py bdist_wheel
- name: Build persistent (all other versions)
if: >
!startsWith(runner.os, 'Mac')
|| startsWith(matrix.python-version, 'pypy')
|| matrix.python-version == '3.7'
matrix.python-version == '3.13.0-alpha - 3.13.0'
&& startsWith(runner.os, 'Windows')
env:
PIP_CONSTRAINT: %cd%\cffi_constraint.txt
run: |
# Next, build the wheel *in place*. This helps ccache, and also lets us cache the configure
# output (pip install uses a random temporary directory, making this difficult).
Expand Down
2 changes: 1 addition & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/c-code
[meta]
template = "c-code"
commit-id = "7cdbe1e4"
commit-id = "905c2a64"

[python]
with-appveyor = true
Expand Down

0 comments on commit 436cd6c

Please sign in to comment.