From e6f6a888a5b40998d9bfae1302f561e59822f083 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Wed, 21 Jun 2023 09:11:05 -0500 Subject: [PATCH] bump minimum python to 3.9, we're using subscriptable type hints --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4878d10..509d0f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = {text = "MIT"} authors = [ {name = "Brian S. Stephan", email = "bss@incorporeal.org"}, ] -requires-python = ">=3.8" +requires-python = ">=3.9" dependencies = ["grpcio-tools"] dynamic = ["version"]