From e73413e0668fb84522c9eac4ceb458d854336ce9 Mon Sep 17 00:00:00 2001 From: joke1196 Date: Tue, 6 Jan 2026 10:39:19 +0100 Subject: [PATCH] SCANPY-230: Update Python supported versions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc64e523..8cfcf86d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ['poetry-core'] [project] authors = [{ name="[Code Quality] Data & ML Squad", email="quality.data-ml@sonarsource.com" }] -classifiers = ['Environment :: Console', 'Intended Audience :: Developers', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3 :: Only', '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 :: Software Development :: Quality Assurance'] +classifiers = ['Environment :: Console', 'Intended Audience :: Developers', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3 :: Only', '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', 'Programming Language :: Python :: 3.14', 'Topic :: Software Development :: Quality Assurance'] description = 'Sonar Scanner for the Python Ecosystem' keywords = ['sonar', 'sonarqube', 'sonarcloud', 'cleancode'] license = 'LGPL-3.0-only'