Python: allow OneAPI 2024 when it's released (#40536)
This commit is contained in:
parent
2015d3d2bc
commit
ef55c7c916
@ -318,7 +318,7 @@ class Python(Package):
|
||||
|
||||
# See https://github.com/python/cpython/issues/106424
|
||||
# datetime.now(timezone.utc) segfaults
|
||||
conflicts("@3.9:", when="%oneapi@2022.2.1:")
|
||||
conflicts("@3.9:", when="%oneapi@2022.2.1:2023")
|
||||
|
||||
# Used to cache various attributes that are expensive to compute
|
||||
_config_vars: Dict[str, Dict[str, str]] = {}
|
||||
|
Loading…
Reference in New Issue
Block a user