From ef38195cada45eafe3b2fe4fd6990cc12cca1ae7 Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Thu, 14 Mar 2024 14:11:23 -0400 Subject: [PATCH] require Python 3.10 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 773b662c..83d19a59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ dependencies = [ dynamic = [ "version", ] +requires-python = "3.10" [project.readme] file = "README.md" @@ -40,7 +41,7 @@ repository = "https://github.com/spacetelescope/pysiaf" [project.optional-dependencies] test = [ - 'pytest', + "pytest", ] docs = [ "stsci-rtd-theme",