Skip to content

Commit

Permalink
py-pythran: @:0.12.1 is incompatible with python@3.11: (spack#42994)
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored and mathomp4 committed Mar 27, 2024
1 parent 131342f commit e245fc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions var/spack/repos/builtin/packages/py-pythran/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit e245fc6

Please sign in to comment.