We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 022cedb + 8608d38 commit e3fd44aCopy full SHA for e3fd44a
newsfragments/4492.misc.rst
@@ -0,0 +1 @@
1
+Now backports in ``core`` dependencies are installed only on Python versions requiring them.
pyproject.toml
@@ -110,9 +110,9 @@ core = [
110
"ordered-set>=3.1.1",
111
"more_itertools>=8.8",
112
"jaraco.text>=3.7",
113
- "importlib_resources>=5.10.2",
114
- "importlib_metadata>=6",
115
- "tomli>=2.0.1",
+ "importlib_resources>=5.10.2; python_version < '3.9'",
+ "importlib_metadata>=6; python_version < '3.10'",
+ "tomli>=2.0.1; python_version < '3.11'",
116
"wheel>=0.43.0",
117
118
# pkg_resources
0 commit comments