Skip to content

Commit

Permalink
Install importlib-resources only with Python < '3.9'. Ref #2147
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Sep 23, 2023
1 parent 94abdfc commit dc1eed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async-timeout>=4.0.2,<4.1
distro>=1.8.0
py-cpuinfo>=9.0.0,<10.0
platformdirs>=2.4.0
importlib-resources>=1.3; python_version <= '3.9'
importlib-resources>=1.3; python_version < '3.9'
truststore>=0.8.0; python_version >= '3.10'
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

0 comments on commit dc1eed4

Please sign in to comment.