Bumping python version to 3.12.

This commit is contained in:
th3r00t
2023-11-03 14:13:02 -04:00
parent 723c515bb3
commit 27328feb59

6
pyproject.toml vendored
View File

@@ -8,7 +8,7 @@ dynamic = ["version"]
description = '' description = ''
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"
license = "CC-BY-NC-ND-4.0" license = "LICENSE"
keywords = [] keywords = []
authors = [ authors = [
{ name = "th3r00t", email = "tty0@th3r00t.dev" }, { name = "th3r00t", email = "tty0@th3r00t.dev" },
@@ -79,12 +79,12 @@ all = [
] ]
[tool.black] [tool.black]
target-version = ["py37"] target-version = ["py312"]
line-length = 120 line-length = 120
skip-string-normalization = true skip-string-normalization = true
[tool.ruff] [tool.ruff]
target-version = "py37" target-version = "py312"
line-length = 120 line-length = 120
select = [ select = [
"A", "A",