Skip to content

Commit ab17159

Browse files
committed
improve deprecation comment
1 parent 61b42c2 commit ab17159

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

clients/python/client/osparc/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@
5757

5858
if Version(python_version()) < _PYTHON_VERSION_DEPRECATED:
5959
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 "
60+
f"Python {python_version()} is deprecated. "
61+
"Please upgrade to "
6362
f"Python version >= {_PYTHON_VERSION_DEPRECATED}."
6463
)
6564
warnings.warn(warning_msg, VisibleDeprecationWarning)

0 commit comments

Comments
 (0)