Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit d0e686f

Browse files
author
Samuel Hassine
committed
[client] Downgrade to Python 3.7 (#166)
1 parent 69f1ef2 commit d0e686f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from setuptools import setup
66
from setuptools.command.install import install
77

8-
VERSION = "4.4.3"
8+
VERSION = "4.5.0"
99

1010
with open("README.md", "r") as fh:
1111
long_description = fh.read()
@@ -26,7 +26,7 @@ def run(self):
2626
setup(
2727
name="pycti",
2828
version=VERSION,
29-
python_requires=">=3.8",
29+
python_requires=">=3.7",
3030
description="Python API client for OpenCTI.",
3131
long_description=long_description,
3232
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)