Skip to content

Commit 08a6cf9

Browse files
authored
Merge pull request #517 from TheHive-Project/515-deprecate-python-39-due-to-end-of-life
#515 - Deprecate python 3.9
2 parents 620913e + 34daea0 commit 08a6cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thehive4py/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from thehive4py.client import TheHiveApi
22

33

4-
def _warn_old_py_version(min_py_version=(3, 9)):
4+
def _warn_old_py_version(min_py_version=(3, 10)):
55
import sys
66
import warnings
77

0 commit comments

Comments
 (0)