Skip to content

Commit

Permalink
Set python requirement to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
OLILHR committed Dec 2, 2024
1 parent 3546845 commit 642343f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "python-tox-template"
description = "codebase consolidation tool"
license = { file = "LICENSE" }
requires-python = ">=3.13"
requires-python = ">=3.12"
authors = [{ name = "OLILHR" }]
keywords = []
classifiers = [
Expand All @@ -14,6 +14,7 @@ classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dynamic = ["readme", "version"]
Expand Down Expand Up @@ -70,7 +71,7 @@ path = "README.md"

[tool.black]
line-length = 120
target_version = ["py313"]
target_version = ["py312", "py313"]

[tool.isort]
line_length = 120
Expand Down

0 comments on commit 642343f

Please sign in to comment.