From 2019a577c5b4fe30d1b9270fb1ff9f74558e5189 Mon Sep 17 00:00:00 2001 From: jlloyd-widen <82222659+jlloyd-widen@users.noreply.github.com> Date: Tue, 14 Nov 2023 13:41:17 -0600 Subject: [PATCH] Support Python 3.11 and 3.12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 11d2c2d..1c148e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ keywords = [ license = "GNU Affero General Public License v3.0" [tool.poetry.dependencies] -python = "<3.11,>=3.7.1" +python = "<3.13,>=3.7.1" requests = "^2.25.1" singer-sdk = "^0.26.0" click = "8.0.1"