From fd8bb604af59ec9693a29014f4eb2ea436ded90b Mon Sep 17 00:00:00 2001 From: Niklas Piet Doering <117102130+NDoering99@users.noreply.github.com> Date: Wed, 29 Oct 2025 14:37:26 +0100 Subject: [PATCH] Restrict Python version requirement to <3.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c7580fc..b168f31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", ] -requires-python = ">=3.10" +requires-python = ">=3.10,<3.13" # Declare any run-time dependencies that should be installed with the package. dependencies = [ "MDAnalysis>=2.7.0",