From 2f8300957f6e6098408ffadf73a673f19f31931f Mon Sep 17 00:00:00 2001 From: Mitchell Stokes Date: Sat, 2 Nov 2024 22:55:14 -0700 Subject: [PATCH] pyproject: Bump minimum Python version to 3.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fd200f8..d13c073 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "panda3d >= 1.10.8", "typing_extensions ~= 4.7", ] -requires-python = ">= 3.8" +requires-python = ">= 3.9" [project.urls] homepage = "https://github.com/Moguri/panda3d-simplepbr"