diff --git a/pyproject.toml b/pyproject.toml index e0f5602..1e3d365 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]