diff --git a/setup.py b/setup.py index 2cefe687..8570e2e5 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ #--- METADATA ----------------------------------------------------------------- name = "oletools" -version = '0.60.2dev5' +version = '0.60.2dev6' desc = "Python tools to analyze security characteristics of MS Office and OLE files (also called Structured Storage, Compound File Binary Format or Compound Document File Format), for Malware Analysis and Incident Response #DFIR" long_desc = open('oletools/README.rst').read() author = "Philippe Lagadec" @@ -84,6 +84,9 @@ "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.12", "Topic :: Security", "Topic :: Software Development :: Libraries :: Python Modules", ]