From 312d05fa7ebd2fea3cd2fb7bc9253d41c4029f71 Mon Sep 17 00:00:00 2001 From: Griger5 Date: Tue, 13 Jan 2026 15:01:58 +0100 Subject: [PATCH] require python >=3.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 59c1c20b..63ea73cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ name = "PyPartMC" dynamic = ["version"] description = "Python interface to PartMC" readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.9" authors = [ {name = "https://github.com/open-atmos/PyPartMC/graphs/contributors", email = "nriemer@illinois.edu"} ]