From bd623fd46b5ab4f86d8a6f22120c7a6cd414d5c1 Mon Sep 17 00:00:00 2001 From: ptrbortolotti Date: Thu, 5 Mar 2026 21:34:15 -0700 Subject: [PATCH] drop support for python 3.9 and 3.10 due to wombat limits --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 918fe9b23..f437d39bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "wisdem" version = "4.1.0" description = "Wind-Plant Integrated System Design & Engineering Model" readme = "README.md" -requires-python = ">=3.9" +requires-python = ">=3.11" license = {text = "Apache-2.0"} keywords = ["wind", "turbine", "mdao", "design", "optimization"] authors = [ @@ -33,8 +33,6 @@ classifiers = [ # Optional # that you indicate you support Python 3. These classifiers are *not* # checked by "pip install". See instead "python_requires" below. "Programming Language :: Python :: 3", - "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",