Skip to content

Commit 80ebff7

Browse files
committed
consistency check
1 parent ab17159 commit 80ebff7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clients/python/client/osparc/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747

4848
_PYTHON_VERSION_RETIRED = Version("3.8.0")
4949
_PYTHON_VERSION_DEPRECATED = Version("3.8.0")
50+
assert _PYTHON_VERSION_RETIRED <= _PYTHON_VERSION_DEPRECATED # nosec
5051

5152
if Version(python_version()) < _PYTHON_VERSION_RETIRED:
5253
error_msg: str = (

0 commit comments

Comments
 (0)