Skip to content

Commit f675f24

Browse files
committed
Revert "Install importlib-resources only with Python < '3.9'. Ref #2147"
This reverts commit dc1eed4.
1 parent dc1eed4 commit f675f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ async-timeout>=4.0.2,<4.1
1212
distro>=1.8.0
1313
py-cpuinfo>=9.0.0,<10.0
1414
platformdirs>=2.4.0
15-
importlib-resources>=1.3; python_version < '3.9'
15+
importlib-resources>=1.3; python_version <= '3.9'
1616
truststore>=0.8.0; python_version >= '3.10'
1717
setuptools>=60.8.1; python_version >= '3.7'
1818
setuptools==59.6.0; python_version < '3.7' # v59.6.0 is the last version to support Python 3.6

0 commit comments

Comments
 (0)