py-pythran: @:0.12.1
is incompatible with python@3.11:
(#42994)
Ref: https://github.com/serge-sans-paille/pythran/issues/2101 and https://github.com/scipy/scipy/issues/18390.
This commit is contained in:
parent
1a1bbb8af2
commit
f923e650f9
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@ class PyPythran(PythonPackage):
|
|||
|
||||
# https://github.com/serge-sans-paille/pythran/issues/1937
|
||||
conflicts("%apple-clang@13:", when="@:0.10")
|
||||
# https://github.com/serge-sans-paille/pythran/issues/2101
|
||||
conflicts("^python@3.11:", when="@:0.12.1")
|
||||
|
||||
@property
|
||||
def headers(self):
|
||||
|
|
Loading…
Reference in a new issue