From 82f6dd19605f38ad8e9e049f2c4210d0d9e5b17c Mon Sep 17 00:00:00 2001 From: "Haoyu (Daniel)" Date: Wed, 23 Oct 2024 17:04:55 +0800 Subject: [PATCH] limit upper python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0acf0125..ec3739de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ maintainers = [ ] description = "Monty is the missing complement to Python." readme = "README.md" -requires-python = ">=3.9" +requires-python = ">=3.9,<=3.13" classifiers = [ "Programming Language :: Python :: 3", "Development Status :: 4 - Beta",