We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 620913e + 34daea0 commit 08a6cf9Copy full SHA for 08a6cf9
thehive4py/__init__.py
@@ -1,7 +1,7 @@
1
from thehive4py.client import TheHiveApi
2
3
4
-def _warn_old_py_version(min_py_version=(3, 9)):
+def _warn_old_py_version(min_py_version=(3, 10)):
5
import sys
6
import warnings
7
0 commit comments