From 17dbeb8fd7c2e28ccdd4870201ae9c00f96486ef Mon Sep 17 00:00:00 2001 From: Josh Bailey Date: Wed, 18 Oct 2023 19:01:42 +0000 Subject: [PATCH] Drop python 3.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc124685..4e13ef01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Charlie Lewis "] license = "Apache-2.0" [tool.poetry.dependencies] -python = ">=3.8,<3.13" +python = ">=3.9,<3.13" docker = "6.1.3" faucetconfrpc = "0.55.63" graphviz = "0.20.1"