From 963d7df54838a21dd1b7ec843b3d3f2084fefd35 Mon Sep 17 00:00:00 2001 From: tjstruck Date: Tue, 16 Jul 2024 13:46:22 -0700 Subject: [PATCH] Update required python version --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index efcb674..ba8992d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ build-backend = "hatchling.build" [project] name = "dadi-cli" version = "0.9.6" +requires-python = ">=3.9" description = "A command line interface for dadi" readme = "README.md" license = "Apache-2.0" @@ -14,7 +15,7 @@ authors = [ classifiers = [ "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", - "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.9", ] dependencies = [ "dadi",