From 4b6e79912eca9c3fcba8415d4e0c18d87e9d13f4 Mon Sep 17 00:00:00 2001 From: Martin Stone Date: Thu, 16 May 2024 10:28:37 +0100 Subject: [PATCH] Allow Python 3.12 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d08947044..060882a89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Topic :: Communications", "Topic :: Utilities", ] -requires-python = ">=3.8,<3.12" +requires-python = ">=3.8,<3.13" dependencies = [ "click>=3.2", "click_log>=0.2.0",