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 = ''
|
||||
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",
|
||||
|
||||
Reference in New Issue
Block a user