From eefa877044151425a4a25015eb3e705ae3ca287e Mon Sep 17 00:00:00 2001 From: Irfan Alibay Date: Wed, 28 Jan 2026 09:06:18 +0000 Subject: [PATCH 1/2] Update pyproject.toml --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8f995c09e..6410610ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,8 +12,8 @@ description = "" readme = "README.md" license = "MIT" license-files = [ "LICENSE" ] -authors = [ { name = "The OpenFE developers", email = "openfe@omsf.io" } ] -requires-python = ">=3.10" +authors = [ { name = "The OpenFE developers", email = "openfreeenergy@omsf.io" } ] +requires-python = ">=3.11" classifiers = [ "Development Status :: 1 - Planning", @@ -21,7 +21,6 @@ classifiers = [ "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", From 850bd35134614800a3f1a01153e2549d5d02b123 Mon Sep 17 00:00:00 2001 From: Irfan Alibay Date: Wed, 28 Jan 2026 09:08:26 +0000 Subject: [PATCH 2/2] update classifiers --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6410610ed..baed98d00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,9 +16,8 @@ authors = [ { name = "The OpenFE developers", email = "openfreeenergy@omsf.io" } requires-python = ">=3.11" classifiers = [ - "Development Status :: 1 - Planning", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", - "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.11",