From 6b542123e672d8b32de85f9bf98c2c950ca7962d Mon Sep 17 00:00:00 2001 From: vil02 <65706193+vil02@users.noreply.github.com> Date: Mon, 22 Jun 2026 21:46:26 +0200 Subject: [PATCH] chore: drop python 3.11 --- pyproject.toml | 2 +- sonar-project.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1c97017..cb41a59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" packages = [{include = "solutions"}] [tool.poetry.dependencies] -python = ">=3.11,<4.0.0" +python = ">=3.12,<4.0.0" numpy = "2.4.6" sympy = "1.14.0" matplotlib = "3.11.0" diff --git a/sonar-project.properties b/sonar-project.properties index bc56166..0c8d7a3 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,4 +3,4 @@ sonar.organization=vil02 sonar.coverage.exclusions=**/tests/** sonar.python.coverage.reportPaths=coverage.xml -sonar.python.version=3.11, 3.12 +sonar.python.version=3.12, 3.13