bump minimum python to 3.9, we're using subscriptable type hints

This commit is contained in:
Brian S. Stephan 2023-06-21 09:11:05 -05:00
parent a088cdcd73
commit e6f6a888a5
Signed by: bss
GPG Key ID: 3DE06D3180895FCB

View File

@ -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"]