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:
Mosè Giordano 2024-03-05 01:28:17 +00:00 committed by GitHub
parent 1a1bbb8af2
commit f923e650f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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):