Skip to content

Commit

Permalink
Merge pull request #26 from intezer/feat/python-version
Browse files Browse the repository at this point in the history
feature(setup) - drop python 3.6 and 3.7 TKT-2897
  • Loading branch information
almogch authored Feb 29, 2024
2 parents 17719c3 + c6a7ec6 commit 4a4987e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.10.5
-----
- Drop python 3.6 and python 3.7 support, add python 3.12 support

1.10.4
-----
- Add "--max-concurrent" flag for uploading endpoint scans
Expand Down
2 changes: 1 addition & 1 deletion intezer_analyze_cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.10.4'
__version__ = '1.10.5'
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,11 @@ def rel(*xs):
description='Client library for Intezer cloud service',
author='Intezer Labs ltd.',
classifiers=[
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11'
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12'
],
keywords='intezer',
packages=['intezer_analyze_cli'],
Expand Down

0 comments on commit 4a4987e

Please sign in to comment.