From 24d56af97ccb56a55d9c3bb0bc1bc5ec7eb808cb Mon Sep 17 00:00:00 2001 From: Marco Vinciguerra <88108002+VinciGit00@users.noreply.github.com> Date: Wed, 15 May 2024 14:10:56 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 766d8751..53d72326 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ classifiers = [ "Programming Language :: Python :: 3", "Operating System :: OS Independent", ] -requires-python = ">= 3.9" +requires-python = ">= 3.9, < 3.12" [build-system] requires = ["hatchling"]