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
@ -67,6 +67,8 @@ class PyPythran(PythonPackage):
|
|||||||
|
|
||||||
# https://github.com/serge-sans-paille/pythran/issues/1937
|
# https://github.com/serge-sans-paille/pythran/issues/1937
|
||||||
conflicts("%apple-clang@13:", when="@:0.10")
|
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
|
@property
|
||||||
def headers(self):
|
def headers(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user