We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 476b148 + 0497cca commit 656cffaCopy full SHA for 656cffa
mache/machine_info.py
@@ -6,7 +6,7 @@
6
7
from lxml import etree
8
9
-if TYPE_CHECKING or sys.version_info > (3, 8, 0):
+if TYPE_CHECKING or sys.version_info >= (3, 9, 0):
10
from importlib import resources as importlib_resources
11
else:
12
# python <= 3.8
mache/spack/__init__.py
@@ -5,7 +5,7 @@
5
from jinja2 import Template
0 commit comments