From e290bc99c9780c2a488473a08d034d5576b46c13 Mon Sep 17 00:00:00 2001 From: fahlberg Date: Thu, 4 Jun 2026 10:47:01 +0200 Subject: [PATCH] Bump pythonnet>=v3.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b17210ea0..ce44ed43e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ tests = [ "pytest==9.0.3", "pytest-cov==7.1.0", "matplotlib>=3.5.3", - "pythonnet>=v3.1.0-rc1; platform_system != 'Darwin'", # Python.NET compatibility tests (skip on macOS) + "pythonnet>=v3.1.0; platform_system != 'Darwin'", # Python.NET compatibility tests (skip on macOS) ] doc = [ "ansys-sphinx-theme==1.7.2",