Skip to content

Commit 124436e

Browse files
authored
Merge pull request #152 from fchapoton/drop_mac13_CI
drop macos 13 failing check
2 parents 5924a95 + 4f8430e commit 124436e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ jobs:
107107
osversion_xcodeversion_toxenv_tuples: >-
108108
[["latest", "", "homebrew-macos-usrlocal-minimal"],
109109
["latest", "", "homebrew-macos-usrlocal-standard"],
110-
["13", "xcode_15.0", "homebrew-macos-usrlocal-standard"],
111110
["latest", "", "conda-forge-macos-standard"]]
112111
targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="cypari" cypari
113112
# Standard setting: Test the current beta release of Sage

cypari2/stack.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ from cpython.exc cimport PyErr_SetString
2222

2323
from cysignals.signals cimport (sig_on, sig_off, sig_block, sig_unblock,
2424
sig_error)
25-
from cysignals.memory cimport check_malloc, sig_free
2625

2726
from .gen cimport Gen, Gen_new
2827
from .paridecl cimport (avma, pari_mainstack, gnil, gcopy,

0 commit comments

Comments
 (0)