From c3c35394ff8f28e13bb3157c18d3bb8c1a4ba157 Mon Sep 17 00:00:00 2001 From: Profitroll Date: Tue, 24 Sep 2024 16:53:58 +0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"]