Skip to content

Commit 50e0473

Browse files
committed
(chore) drop min python version and bump version #
1 parent 88ffd5b commit 50e0473

File tree

2 files changed

+445
-4
lines changed

2 files changed

+445
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "objection"
7-
version = "1.11.0"
7+
version = "1.12.2"
88
description = "Instrumented Mobile Pentest Framework"
99
readme = "README.md"
10-
requires-python = ">=3.14"
10+
requires-python = ">=3.10"
1111
license = "GPL-3.0-or-later"
1212
authors = [{name = "Leon Jacobs", email = "leon@sensepost.com"}]
1313
keywords = ["mobile", "instrumentation", "pentest", "frida", "hook"]

0 commit comments

Comments
 (0)