From f655a75d7b064fd054f0e7d645287c093fc43a78 Mon Sep 17 00:00:00 2001 From: Jake VanderPlas Date: Mon, 18 Sep 2023 11:55:34 -0700 Subject: [PATCH] build: fix requires-python --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 96766695..34e76f5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "ml_dtypes" version = "0.2.0" # Keep in sync with ml_dtypes/__init__.py:__version__ description = "" readme = "README.md" -requires-python = ">=3.7" +requires-python = ">=3.8" license = {file = "LICENSE"} authors = [{name = "ml_dtypes authors", email="ml_dtypes@google.com"}] classifiers = [