From a4d05ddda7e36a86a0421004f8b7eae655fa0811 Mon Sep 17 00:00:00 2001 From: monosans Date: Thu, 3 Oct 2024 10:12:41 +0300 Subject: [PATCH] chore: set Python upper bound to 4 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0097b9b..74224e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "nitro-generator-checker" version = "0.0.0" license = { text = "MIT" } authors = [{ name = "monosans", email = "hsyqixco@protonmail.com" }] -requires-python = ">=3.8" +requires-python = ">=3.8,<4" classifiers = ["Private :: Do Not Upload"] dependencies = [ "aiofiles", diff --git a/uv.lock b/uv.lock index 33db864..941e962 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -requires-python = ">=3.8" +requires-python = ">=3.8, <4" [[package]] name = "aiodns"