Update pyproject.toml
This commit is contained in:
parent
091f30bcb2
commit
c3c35394ff
@ -22,6 +22,7 @@ classifiers = [
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||
"Topic :: Utilities",
|
||||
]
|
||||
@ -44,7 +45,7 @@ dev = { file = "requirements/dev.txt" }
|
||||
where = ["src"]
|
||||
|
||||
[tool.black]
|
||||
target-version = ['py38', 'py39', 'py310', 'py311']
|
||||
target-version = ['py38', 'py39', 'py310', 'py311', 'py312']
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
@ -62,7 +63,7 @@ strict = true
|
||||
show_error_codes = true
|
||||
|
||||
[tool.pylint.main]
|
||||
py-version = 3.8
|
||||
py-version = 3.9
|
||||
|
||||
[tool.coverage.run]
|
||||
source = ["huepaper"]
|
||||
|
Loading…
Reference in New Issue
Block a user