mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Bumping python version to 3.12.
This commit is contained in:
6
pyproject.toml
vendored
6
pyproject.toml
vendored
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user