Try importlib-resources for Python 3.9

pull/2152/head
grossmj 1 year ago
parent 5bcc247881
commit 85679aaa94

@ -11,6 +11,6 @@ psutil==5.9.4
async-timeout>=4.0.2,<4.1
distro>=1.7.0
py-cpuinfo>=9.0.0,<10.0
importlib-resources>=1.3; python_version < '3.9'
importlib-resources>=1.3; python_version <= '3.9'
setuptools>=60.8.1; python_version >= '3.7'
setuptools==59.6.0; python_version < '3.7' # v59.6.0 is the last version to support Python 3.6

Loading…
Cancel
Save