From b0d195cd663fbc52fe4927bc0624bec053c2f846 Mon Sep 17 00:00:00 2001 From: Gustavo Ramos Rehermann Date: Wed, 23 Aug 2023 22:44:54 -0300 Subject: [PATCH] Bump Python version requirement to ^3.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 090f959..e0941bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" readme = "README.md" [tool.poetry.dependencies] -python = "^3.9" +python = "^3.10" parsy = "^1.4.0" attrs = "^20.3.0"