From 2b529bddea66acc4585fb5fb62db903232058281 Mon Sep 17 00:00:00 2001 From: "Joanna Piper Morgan (amd)" Date: Wed, 14 Feb 2024 15:44:54 -0800 Subject: [PATCH] changing max python version to 3.11.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51f7e27a..3ed6b3a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ authors = [ ] description = "Monte Carlo / Dynamic Code, a pure python high performance Monte Carlo neutronics package" readme = "README.md" -requires-python = ">=3.9, <=3.11.7" +requires-python = ">=3.9, <=3.11.8" license = {file = "LICENSE"} keywords = ["Monte Carlo", "Nuclear", "GPU", "numba", "mpi4py", "neutron transport", "neutronics", "HPC"] classifiers = [