From d3bb72cf079129ccd45eac5ba04fdf4de166fa96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sluka?= Date: Thu, 17 Apr 2025 16:27:54 +0200 Subject: [PATCH] Set requires-python to >=3.10 As discussed in https://github.com/OpenModelica/OMPython/pull/249 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa5129805..f04f34759 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ maintainers = [ {name = "Adeel Asghar", email = "adeel.asghar@liu.se"}, ] license = "BSD-3-Clause OR LicenseRef-OSMC-PL-1.2 OR GPL-3.0-only" -requires-python = ">=3.8" +requires-python = ">=3.10" dependencies = [ "numpy", "psutil",