From 8ded25b3fb28ba2cb4b0ede7247fae6583d8fd63 Mon Sep 17 00:00:00 2001 From: Matt Thompson Date: Thu, 22 Aug 2024 14:31:25 -0500 Subject: [PATCH] Bump minimum Python version to 3.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3020c15a..e54bad84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Chemistry", ] urls = {Homepage = "https://github.com/OpenFreeEnergy/gufe"} -requires-python = ">= 3.8" +requires-python = ">= 3.10" dependencies = [ "numpy", "networkx",