From b90c4e72f3bc042357bec6a51543daca55a2fde8 Mon Sep 17 00:00:00 2001 From: Eric Radman Date: Mon, 11 Sep 2023 14:25:07 -0400 Subject: [PATCH] Accept Python 3.8-3.10 For running a development environment on Ubuntu 22 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 769e702302..95f05da1de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ authors = ["Your Name "] readme = "README.md" [tool.poetry.dependencies] -python = ">=3.8,<3.9" +python = ">=3.8,<3.11" advocate = "1.0.0" aniso8601 = "8.0.0" authlib = "0.15.5"