From 6e982a3d08dca518fc27cc6075c0d33916edba56 Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Tue, 7 Jan 2025 21:00:54 +0000 Subject: [PATCH] update `pyproject.toml` to require python 3.9 (#36) --- cli/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/pyproject.toml b/cli/pyproject.toml index 11d83f7..134470f 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Internet", ] -requires-python = ">=3.8" +requires-python = ">=3.9" dependencies = [ "httpx>=0.24", "typer>=0.8.0",