We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db38b9b commit 3f2ca61Copy full SHA for 3f2ca61
setup.cfg
@@ -72,6 +72,8 @@ testing =
72
# for tools/finalize.py
73
jaraco.develop >= 7.21; python_version >= "3.9" and sys_platform != "cygwin"
74
pytest-home >= 0.5
75
+ # No Python 3.12 dependencies require importlib_metadata, but needed for type-checking since we import it directly
76
+ importlib_metadata; python_version >= "3.12"
77
78
testing-integration =
79
pytest
0 commit comments