We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee49a7 commit 0f17cd4Copy full SHA for 0f17cd4
src/idom/client/manage.py
@@ -142,8 +142,8 @@ def build(
142
skip_if_already_installed: bool = True,
143
) -> None:
144
msg = (
145
- "A bug in Python 3.7 on Windows causes this feature to break. "
146
- "For more information see: https://bugs.python.org/issue31226"
+ "This feature is not available due to a bug in Python<3.8 on Windows - for "
+ "more information see: https://bugs.python.org/issue31226"
147
)
148
try:
149
import pytest
0 commit comments