Skip to content

Commit

Permalink
Enable tests with PyPy Python 3.7 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcinl committed Oct 17, 2023
1 parent ee3b9ea commit 256867a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .cibw/setup-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@
osname, arch, mpiabi, py, (x, y) = entry
if (x, y) >= (3, 10) and py == "pp": # TODO: update for pp310
continue
if osname == "Windows":
if py == "pp" and (x, y) == (3, 7):
continue # mamba-org/setup-micromamba#133
for mpiname, mpiversions in mpimap[osname][mpiabi]:
for mpiversion in mpiversions:
row = {
Expand Down

0 comments on commit 256867a

Please sign in to comment.