Python: allow OneAPI 2024 when it's released (#40536)

This commit is contained in:
Adam J. Stewart 2023-10-15 12:18:04 -05:00 committed by GitHub
parent 2015d3d2bc
commit ef55c7c916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]] = {}