From 2a4458e737ec7cc2aefc1e006e847bc5e08f8e9b Mon Sep 17 00:00:00 2001 From: Iuri de Silvio Date: Fri, 28 Apr 2023 10:51:26 -0300 Subject: [PATCH] Support since Python 3.7. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e1a1eb2..f744151 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" packages = [{include = "sentry_deduplicate_integration"}] [tool.poetry.dependencies] -python = "^3.10" +python = "^3.7" sentry-sdk = "^1.12.0" [tool.poetry.group.dev.dependencies]