From 27328feb59a75d113914efde97406172e29e176f Mon Sep 17 00:00:00 2001 From: th3r00t Date: Fri, 3 Nov 2023 14:13:02 -0400 Subject: [PATCH] Bumping python version to 3.12. --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6a3a4df..04dae02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dynamic = ["version"] description = '' readme = "README.md" requires-python = ">=3.12" -license = "CC-BY-NC-ND-4.0" +license = "LICENSE" keywords = [] authors = [ { name = "th3r00t", email = "tty0@th3r00t.dev" }, @@ -79,12 +79,12 @@ all = [ ] [tool.black] -target-version = ["py37"] +target-version = ["py312"] line-length = 120 skip-string-normalization = true [tool.ruff] -target-version = "py37" +target-version = "py312" line-length = 120 select = [ "A",