From 382266a20ef1eb0e37d827d6c551064e9270edb1 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Mon, 30 Jun 2025 07:39:30 +0200 Subject: [PATCH] Update Python classifiers. --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b3dc0be02..6a3fae589 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,11 +13,11 @@ classifiers = [ "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: Office/Business :: Office Suites", "Topic :: Software Development :: Libraries", ] @@ -96,7 +96,7 @@ python_functions = ["it_", "its_", "they_", "and_", "but_"] [tool.ruff] exclude = [] line-length = 100 -target-version = "py38" +target-version = "py39" [tool.ruff.lint] ignore = [