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.
1 parent 6f0cb1d commit 0497ccaCopy full SHA for 0497cca
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