From b87a5411c948ab20a2859034e4345a73fbeb1892 Mon Sep 17 00:00:00 2001 From: Dan Foreman-Mackey Date: Sun, 23 Jun 2024 15:52:08 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 09f373d..f6baa3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "george" description = "Blazingly fast Gaussian Processes for regression." readme = "README.rst" authors = [{ name = "Daniel Foreman-Mackey", email = "foreman.mackey@gmail.com" }] -requires-python = ">=3.8" +requires-python = ">=3.9" license = { file = "LICENSE" } urls = { Homepage = "https://github.com/dfm/george" } dependencies = ["numpy", "scipy"]