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 61b42c2 commit ab17159Copy full SHA for ab17159
clients/python/client/osparc/__init__.py
@@ -57,9 +57,8 @@
57
58
if Version(python_version()) < _PYTHON_VERSION_DEPRECATED:
59
warning_msg: str = (
60
- "This is the final version of osparc which "
61
- f"will support Python {python_version()}. "
62
- "Future versions of osparc will only support "
+ f"Python {python_version()} is deprecated. "
+ "Please upgrade to "
63
f"Python version >= {_PYTHON_VERSION_DEPRECATED}."
64
)
65
warnings.warn(warning_msg, VisibleDeprecationWarning)
0 commit comments