From bd6f29c8a7525b17fdf0a801e61efa40ab8e8154 Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Mon, 6 Nov 2023 10:22:20 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c33283fc6e..d7f43ca82e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ name = "ansys-mapdl-core" version = "0.68.dev0" description = "A Python wrapper for Ansys MAPDL." readme = "README.rst" -requires-python = ">=3.8.1,<3.12" +requires-python = ">=3.8,<3.12" license = {file = "LICENSE"} authors = [ {name = "Ansys, Inc.", email = "pyansys.maintainers@ansys.com"},