Update pyproject.toml
Some checks failed
Tests / test (3.10) (push) Failing after 10s
Tests / test (3.11) (push) Failing after 9s
Tests / test (3.12) (push) Failing after 10s
Tests / test (3.9) (push) Failing after 9s

This commit is contained in:
Profitroll 2024-09-24 16:53:58 +03:00
parent 091f30bcb2
commit c3c35394ff

View File

@ -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"]